From 127c11193b560cd06be457841cb00bda0046415d Mon Sep 17 00:00:00 2001 From: "vegorov@chromium.org" Date: Mon, 15 Mar 2010 10:04:34 +0000 Subject: [PATCH] Prepare push of version 2.1.4 to trunk. TBR=ager@chromium.org Review URL: http://codereview.chromium.org/961001 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4125 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 7 +++++++ src/version.cc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4363b1999..d1c8425a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-03-10: Version 2.1.4 + + Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853). + + Performance improvements on all platforms. + + 2010-03-10: Version 2.1.3 Added API method for context-disposal notifications. diff --git a/src/version.cc b/src/version.cc index 42fa46103..c2f041675 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 2 #define MINOR_VERSION 1 -#define BUILD_NUMBER 4 +#define BUILD_NUMBER 5 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true -- 2.34.1