From f89f5f134a4e349d008e48ad01a806487d62df89 Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Wed, 16 Jul 2014 08:42:52 +0000 Subject: [PATCH] [Auto-roll] Bump up version to 3.28.26.0 TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/394153003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22423 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 b04c933..9ae9c86 100644 --- a/src/version.cc +++ b/src/version.cc @@ -10,8 +10,8 @@ // 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 27 -#define BUILD_NUMBER 9999 +#define MINOR_VERSION 28 +#define BUILD_NUMBER 26 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.7.4