From 13498a1cd37ee772b90f19d553e21d6129f4e639 Mon Sep 17 00:00:00 2001 From: "jkummerow@chromium.org" Date: Tue, 20 Mar 2012 12:57:17 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.9.23. R=mstarzinger@chromium.org Review URL: https://chromiumcodereview.appspot.com/9748013 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11092 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 3e47274..fd3f4dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-03-20: Version 3.9.22 + + Enabled count-based profiler by default. + + Implemented a hash based look-up to speed up address checks + in large object space (issue 853). + + Performance and stability improvements on all platforms. + + 2012-03-19: Version 3.9.21 Fixed push-to-trunk script (and re-push). diff --git a/src/version.cc b/src/version.cc index 058e44d..6a5b5dc 100644 --- a/src/version.cc +++ b/src/version.cc @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 3 #define MINOR_VERSION 9 -#define BUILD_NUMBER 22 +#define BUILD_NUMBER 23 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.7.4