diff options
Diffstat (limited to 'src/version.cc')
-rw-r--r-- | src/version.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.cc b/src/version.cc index 47e7fe25..34549faa 100644 --- a/src/version.cc +++ b/src/version.cc @@ -33,9 +33,9 @@ // NOTE these macros are used by the SCons build script so their names // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 3 -#define MINOR_VERSION 2 +#define MINOR_VERSION 3 #define BUILD_NUMBER 10 -#define PATCH_LEVEL 40 +#define PATCH_LEVEL 39 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) #define IS_CANDIDATE_VERSION 0 |