From: jkummerow@chromium.org Date: Tue, 9 Apr 2013 09:49:41 +0000 (+0000) Subject: Fast-forward version number on bleeding_edge. Now working on version 3.18.0. X-Git-Tag: upstream/4.7.83~14660 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf10fdcdd102e4a5143b41862b5665d6d4bb45db;p=platform%2Fupstream%2Fv8.git 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 --- 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.)