From a4e831eecab8a0455e433c238f54c54233b97987 Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Thu, 9 Jan 2014 10:39:27 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.24.14. R=rossberg@chromium.org TBR=rossberg@chromium.org Review URL: https://codereview.chromium.org/131413002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18511 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 10 ++++++++++ src/version.cc | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9dd48c9..c3fa86d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2014-01-09: Version 3.24.13 + + Add Isolate parameter to HandleScope::NumberOfHandles (Chromium issue + 324225). + + Removed v8::AssertNoGCScope. + + Performance and stability improvements on all platforms. + + 2014-01-08: Version 3.24.12 Correctly handle instances without elements in polymorphic keyed diff --git a/src/version.cc b/src/version.cc index dd47501..8d25b1a 100644 --- a/src/version.cc +++ b/src/version.cc @@ -34,7 +34,7 @@ // system so their names cannot be changed without changing the scripts. #define MAJOR_VERSION 3 #define MINOR_VERSION 24 -#define BUILD_NUMBER 13 +#define BUILD_NUMBER 14 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.7.4