diff --git a/source/backend/povray.h b/source/backend/povray.h index 2cba3c78d..60bc357fe 100644 --- a/source/backend/povray.h +++ b/source/backend/povray.h @@ -76,9 +76,9 @@ bool povray_terminated(); // POV-Ray version and copyright message macros #if POV_RAY_IS_OFFICIAL == 1 -#define POV_RAY_VERSION "3.7.0.9" +#define POV_RAY_VERSION "3.7.0.10" #else -#define POV_RAY_VERSION "3.7.0.9.unofficial" +#define POV_RAY_VERSION "3.7.0.10.unofficial" #endif #define POV_RAY_COPYRIGHT "Copyright 1991-2013 Persistence of Vision Raytracer Pty. Ltd." diff --git a/unix/prebuild/VERSION b/unix/prebuild/VERSION index 2173ae451..82729c3db 100644 --- a/unix/prebuild/VERSION +++ b/unix/prebuild/VERSION @@ -1 +1 @@ -3.7.0.9 +3.7.0.10