From 8d3b67558625aad5a4c4db4d13a364e74ccf7b9a Mon Sep 17 00:00:00 2001 From: "erik.corry@gmail.com" Date: Wed, 19 Jan 2011 09:42:17 +0000 Subject: [PATCH] Prepare push to trunk. We are now working in 3.0.10. Review URL: http://codereview.chromium.org/6380003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6384 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 10 +++++++++- src/version.cc | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c4bf4276d..c9ff2978d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ +2011-01-19: Version 3.0.9 + + Added basic GDB JIT Interface integration. + + Make invalid break/continue statements a syntax error instead of a + runtime error. + + 2011-01-17: Version 3.0.8 Exposed heap size limit to the heap statistics gathered by - the GetHeapStatistics API. + the GetHeapStatistics API. Wrapped external pointers more carefully (issue 1037). diff --git a/src/version.cc b/src/version.cc index 066378ab45..2f5e239d01 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 0 -#define BUILD_NUMBER 9 +#define BUILD_NUMBER 10 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true