From c10c3cbf180f30840827a173dc6bc6dbe4acc9ed Mon Sep 17 00:00:00 2001 From: Jochen Eisinger Date: Fri, 9 Jan 2015 13:55:48 +0100 Subject: [PATCH] Fast forward V8 to version 4.2 R=machenbach@chromium.org LOG=y BUG=none Review URL: https://codereview.chromium.org/809803007 Cr-Commit-Position: refs/heads/master@{#26011} --- src/version.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.cc b/src/version.cc index 3475c3e..d7c937c 100644 --- a/src/version.cc +++ b/src/version.cc @@ -9,8 +9,8 @@ // These macros define the version number for the current version. // 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 32 +#define MAJOR_VERSION 4 +#define MINOR_VERSION 2 #define BUILD_NUMBER 0 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. -- 2.7.4