Chromium Code Reviews| Index: src/version.cc |
| =================================================================== |
| --- src/version.cc (revision 11284) |
| +++ src/version.cc (working copy) |
| @@ -35,7 +35,7 @@ |
| #define MAJOR_VERSION 3 |
| #define MINOR_VERSION 9 |
| #define BUILD_NUMBER 24 |
| -#define PATCH_LEVEL 11 |
| +#define PATCH_LEVEL 13 |
|
Michael Starzinger
2012/04/12 12:48:14
You skipped one patch level I think.
|
| // Use 1 for candidates and 0 otherwise. |
| // (Boolean macro values are not supported by all preprocessors.) |
| #define IS_CANDIDATE_VERSION 0 |