From 8adb1c4a2ff46033d13d185556f7ab8198213d1a Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Mon, 27 Feb 2012 11:44:53 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.9.12. R=ulan@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9455087 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10839 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 5 +++++ src/version.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ee577c0fc..8922db640 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-27: Version 3.9.11 + + Make 'module' a context-sensitive keyword (V8 issue 1957). + + 2012-02-24: Version 3.9.10 Fixed V8 issues 1322, 1772 and 1969. diff --git a/src/version.cc b/src/version.cc index 3dcd969b7..7bd900c22 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 11 +#define BUILD_NUMBER 12 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.34.1