From: kasperl@chromium.org Date: Mon, 25 Jan 2010 08:28:39 +0000 (+0000) Subject: Change the candidate version on bleeding_edge from 2.0.7 to X-Git-Tag: upstream/4.7.83~22625 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f087f279de50deeed065a86d88ed915f1568d06;p=platform%2Fupstream%2Fv8.git Change the candidate version on bleeding_edge from 2.0.7 to 2.1.0. This means that the next version pushed to trunk will be the first version in the 2.1.x series. Review URL: http://codereview.chromium.org/551139 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3682 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/version.cc b/src/version.cc index 2724f6e..ab2eab3 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 2 -#define MINOR_VERSION 0 -#define BUILD_NUMBER 7 +#define MINOR_VERSION 1 +#define BUILD_NUMBER 0 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true