Chromium Code Reviews| Index: src/version.cc |
| diff --git a/src/version.cc b/src/version.cc |
| index 558c4ac9321e85e221539ac1c5a4c725043c8ba9..25769f244dc4284fc75a564f241692e7d1178d2d 100644 |
| --- a/src/version.cc |
| +++ b/src/version.cc |
| @@ -35,7 +35,7 @@ |
| #define MAJOR_VERSION 3 |
| #define MINOR_VERSION 9 |
| #define BUILD_NUMBER 24 |
| -#define PATCH_LEVEL 28 |
| +#define PATCH_LEVEL 29 |
| // Use 1 for candidates and 0 otherwise. |
| // (Boolean macro values are not supported by all preprocessors.) |
| #define IS_CANDIDATE_VERSION 0 |