From 98b89329f1cfd4900be49a723a3942d01919dd35 Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Fri, 29 Jun 2012 15:15:20 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.12.7. R=jkummerow@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10695041 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11955 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 a707379..cd6ee92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-06-29: Version 3.12.6 + + Cleaned up hardfp ABI detection for ARM (V8 issue 2140). + + Extended TypedArray support in d8. + + 2012-06-28: Version 3.12.5 Fixed lazy parsing heuristics to respect outer scope. diff --git a/src/version.cc b/src/version.cc index bda2732..8aac9eb 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 12 -#define BUILD_NUMBER 6 +#define BUILD_NUMBER 7 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.7.4