From 9be7f79aa469eafb9cacdaab792ea8830d581aaa Mon Sep 17 00:00:00 2001 From: jochen Date: Tue, 23 Dec 2014 05:50:03 -0800 Subject: [PATCH] Fast-forward version number on bleeding_edge to 3.32.0 BUG=none LOG=n R=ulan@chromium.org Review URL: https://codereview.chromium.org/820033002 Cr-Commit-Position: refs/heads/master@{#25936} --- src/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.cc b/src/version.cc index 07018a36bc..3475c3edff 100644 --- a/src/version.cc +++ b/src/version.cc @@ -10,7 +10,7 @@ // 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 31 +#define MINOR_VERSION 32 #define BUILD_NUMBER 0 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise.