| Index: src/version.cc
|
| diff --git a/src/version.cc b/src/version.cc
|
| index b04c933cf48053a00b3badb23ea8b86e2e481e60..9ae9c86decde5cf7931d47fea58ee8aff770c051 100644
|
| --- a/src/version.cc
|
| +++ b/src/version.cc
|
| @@ -10,8 +10,8 @@
|
| // NOTE these macros are used by some of the tool scripts and the build
|
| // system so their names cannot be changed without changing the scripts.
|
| #define MAJOR_VERSION 3
|
| -#define MINOR_VERSION 27
|
| -#define BUILD_NUMBER 9999
|
| +#define MINOR_VERSION 28
|
| +#define BUILD_NUMBER 26
|
| #define PATCH_LEVEL 0
|
| // Use 1 for candidates and 0 otherwise.
|
| // (Boolean macro values are not supported by all preprocessors.)
|
|
|