From 82a73a06765f198574381757a1819d920d553a23 Mon Sep 17 00:00:00 2001 From: "danno@chromium.org" Date: Fri, 7 Jun 2013 15:58:51 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.19.12. R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/16234008 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15009 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 bdfc73f..31f9157 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-06-07: Version 3.19.11 + + Performance and stability improvements on all platforms. + + 2013-06-06: Version 3.19.10 Performance and stability improvements on all platforms. diff --git a/src/version.cc b/src/version.cc index 1ab11c6..89a4b6c 100644 --- a/src/version.cc +++ b/src/version.cc @@ -34,7 +34,7 @@ // system so their names cannot be changed without changing the scripts. #define MAJOR_VERSION 3 #define MINOR_VERSION 19 -#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.7.4