From ed0d2c5cd27ec5a0513c18000c21ba697e8b26c5 Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Fri, 8 Nov 2013 09:10:19 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.23.2. R=jkummerow@chromium.org BUG= Review URL: https://codereview.chromium.org/59933005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17578 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 11 +++++++++++ src/version.cc | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d106abb..21746d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2013-11-08: Version 3.23.1 + + Made HCapturedObjects non-deletable for DCE. (issue 2987) + + Use a fixed random seed per default. (issue 1880, 2885) + + Fixed y-umlaut to uppercase. (issue 2984) + + Performance and stability improvements on all platforms. + + 2013-11-06: Version 3.23.0 Fixed loading message from an Error object. (Chromium issue 306220) diff --git a/src/version.cc b/src/version.cc index d83a140..f339517 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 23 -#define BUILD_NUMBER 1 +#define BUILD_NUMBER 2 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.7.4