Skip to content

Commit fad8dda

Browse files
committed
Forgot to include changes to reservedwords.cpp in previous commit. Fixed.
1 parent 6eb488e commit fad8dda

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

source/base/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#define OFFICIAL_VERSION_STRING "3.7.1"
4646
#define OFFICIAL_VERSION_NUMBER 371
4747

48-
#define POV_RAY_PRERELEASE "alpha.8596235"
48+
#define POV_RAY_PRERELEASE "alpha.8596557"
4949

5050
#if (POV_RAY_IS_AUTOBUILD == 1) && ((POV_RAY_IS_OFFICIAL == 1) || (POV_RAY_IS_SEMI_OFFICIAL == 1))
5151
#ifdef POV_RAY_PRERELEASE

source/parser/reservedwords.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,7 @@ const RESERVED_WORD Reserved_Words[LAST_TOKEN] = {
259259
{GIF_TOKEN, "gif"},
260260
{GLOBAL_LIGHTS_TOKEN, "global_lights"},
261261
{GLOBAL_SETTINGS_TOKEN, "global_settings" },
262-
#ifdef GLOBAL_PHOTONS
263262
{GLOBAL_TOKEN, "global"},
264-
#endif
265263
{GRADIENT_TOKEN, "gradient"},
266264
{GRANITE_TOKEN, "granite"},
267265
{GRAY_TOKEN, "gray"},

unix/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.1-alpha.8596235
1+
3.7.1-alpha.8596557

0 commit comments

Comments
 (0)