We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f44709 commit cd074e4Copy full SHA for cd074e4
source/backend/povray.h
@@ -76,9 +76,9 @@ bool povray_terminated();
76
// POV-Ray version and copyright message macros
77
78
#if POV_RAY_IS_OFFICIAL == 1
79
-#define POV_RAY_VERSION "3.7.0.9"
+#define POV_RAY_VERSION "3.7.0.10"
80
#else
81
-#define POV_RAY_VERSION "3.7.0.9.unofficial"
+#define POV_RAY_VERSION "3.7.0.10.unofficial"
82
#endif
83
84
#define POV_RAY_COPYRIGHT "Copyright 1991-2013 Persistence of Vision Raytracer Pty. Ltd."
unix/prebuild/VERSION
@@ -1 +1 @@
1
-3.7.0.9
+3.7.0.10
0 commit comments