From bf10fdcdd102e4a5143b41862b5665d6d4bb45db Mon Sep 17 00:00:00 2001 From: "jkummerow@chromium.org" Date: Tue, 9 Apr 2013 09:49:41 +0000 Subject: [PATCH] Fast-forward version number on bleeding_edge. Now working on version 3.18.0. Review URL: https://codereview.chromium.org/13928004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14181 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/version.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.cc b/src/version.cc index 8740d01..a98b4e0 100644 --- a/src/version.cc +++ b/src/version.cc @@ -33,8 +33,8 @@ // NOTE these macros are used by the SCons build script so their names // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 3 -#define MINOR_VERSION 17 -#define BUILD_NUMBER 17 +#define MINOR_VERSION 18 +#define BUILD_NUMBER 0 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.7.4