From 94d09633bee09bcb8cd69d7d51af8295e96953e6 Mon Sep 17 00:00:00 2001 From: "lrn@chromium.org" Date: Wed, 3 Nov 2010 08:11:13 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 2.5.5. Review URL: http://codereview.chromium.org/4298003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5756 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 69aff33..ac63a71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-11-03: Version 2.5.4 + + Improved V8 VFPv3 runtime detection to address issue 914. + + 2010-11-01: Version 2.5.3 Fixed a bug that prevents constants from overwriting function values diff --git a/src/version.cc b/src/version.cc index de38205..759b3a6 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 5 -#define BUILD_NUMBER 4 +#define BUILD_NUMBER 5 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true -- 2.7.4