Skip to content

Commit cd074e4

Browse files
committed
Bump version number (now for real).
1 parent 0f44709 commit cd074e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/backend/povray.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ bool povray_terminated();
7676
// POV-Ray version and copyright message macros
7777

7878
#if POV_RAY_IS_OFFICIAL == 1
79-
#define POV_RAY_VERSION "3.7.0.9"
79+
#define POV_RAY_VERSION "3.7.0.10"
8080
#else
81-
#define POV_RAY_VERSION "3.7.0.9.unofficial"
81+
#define POV_RAY_VERSION "3.7.0.10.unofficial"
8282
#endif
8383

8484
#define POV_RAY_COPYRIGHT "Copyright 1991-2013 Persistence of Vision Raytracer Pty. Ltd."

unix/prebuild/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.0.9
1+
3.7.0.10

0 commit comments

Comments
 (0)