diff --git a/src/version.cc b/src/version.cc index 9eb7c1b2fe..c8537d117f 100644 --- a/src/version.cc +++ b/src/version.cc @@ -11,7 +11,7 @@ // system so their names cannot be changed without changing the scripts. #define MAJOR_VERSION 3 #define MINOR_VERSION 29 -#define BUILD_NUMBER 22 +#define BUILD_NUMBER 26 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)