From 4f087f279de50deeed065a86d88ed915f1568d06 Mon Sep 17 00:00:00 2001 From: "kasperl@chromium.org" Date: Mon, 25 Jan 2010 08:28:39 +0000 Subject: [PATCH] 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 --- src/version.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.cc b/src/version.cc index 2724f6e453..ab2eab3605 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