From ca39d836d353ba00c29d6260fda046d406c0571b Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Tue, 24 Jun 2014 09:47:59 +0000 Subject: Disable handle zapping on 3.27 branch BUG=318206 R=jkummerow@chromium.org LOG=y Review URL: https://codereview.chromium.org/350853002 git-svn-id: https://v8.googlecode.com/svn/branches/3.27@21962 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- build/features.gypi | 2 +- src/version.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/features.gypi b/build/features.gypi index e8f5b2f08..d542d05bb 100644 --- a/build/features.gypi +++ b/build/features.gypi @@ -111,7 +111,7 @@ 'Release': { 'variables': { 'v8_enable_extra_checks%': 0, - 'v8_enable_handle_zapping%': 1, + 'v8_enable_handle_zapping%': 0, }, 'conditions': [ ['v8_enable_extra_checks==1', { diff --git a/src/version.cc b/src/version.cc index 0d26e221b..2ae3ae6e9 100644 --- a/src/version.cc +++ b/src/version.cc @@ -35,7 +35,7 @@ #define MAJOR_VERSION 3 #define MINOR_VERSION 27 #define BUILD_NUMBER 34 -#define PATCH_LEVEL 0 +#define PATCH_LEVEL 1 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) #define IS_CANDIDATE_VERSION 0 -- cgit v1.2.3