From 2da91a48075cf077d81d0ff5cf3a1a242dc1082d Mon Sep 17 00:00:00 2001 From: "whesse@chromium.org" Date: Mon, 14 Mar 2011 15:43:36 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.2.3. Review URL: http://codereview.chromium.org/6685048 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7161 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 9 +++++++++ src/version.cc | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 32a58b2..2c330b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-03-14: Version 3.2.2 + + Fixed a number of crash and correctness bugs. + + Improved Crankshaft performance on all platforms. + + Fixed Crankshaft on Solaris/Illumos. + + 2011-03-10: Version 3.2.1 Fixed a number of crash bugs. diff --git a/src/version.cc b/src/version.cc index 8c5303f..b063a97 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 2 -#define BUILD_NUMBER 2 +#define BUILD_NUMBER 3 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true -- 2.7.4