Chromium Code Reviews| Index: src/version.cc |
| diff --git a/src/version.cc b/src/version.cc |
| index 026c09970548360c570e27a951e75a5a4f321902..a6c290a48027c5048931c41831d5b26867d931fd 100644 |
| --- a/src/version.cc |
| +++ b/src/version.cc |
| @@ -35,7 +35,7 @@ |
| #define MAJOR_VERSION 3 |
| #define MINOR_VERSION 21 |
| #define BUILD_NUMBER 18 |
| -#define PATCH_LEVEL 10 |
| +#define PATCH_LEVEL 11 |
| // Use 1 for candidates and 0 otherwise. |
| // (Boolean macro values are not supported by all preprocessors.) |
| #define IS_CANDIDATE_VERSION 0 |