Prepare push to trunk. Now working on 3.5.3.
authorvegorov@chromium.org <vegorov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Aug 2011 11:10:33 +0000 (11:10 +0000)
committervegorov@chromium.org <vegorov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Aug 2011 11:10:33 +0000 (11:10 +0000)
Review URL: http://codereview.chromium.org/7538017

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8764 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

ChangeLog
src/version.cc

index 70585e4015d8ac48c6132c2cbca2ebe1d662d011..f4a3fc2a51f4bb63c0f28028d19f0e08dc2a873a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-01: Version 3.5.2
+
+        Performance improvements on all platforms.
+
+
 2011-07-28: Version 3.5.1
 
         Fixed setting the readonly flag on the prototype property using the
index 2ab6b3ef03a1f307f4ed806dd9068c5cb898851e..24bad6aeed8b0ecb37aacbffb900b27bf3ac803d 100644 (file)
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     5
-#define BUILD_NUMBER      2
+#define BUILD_NUMBER      3
 #define PATCH_LEVEL       0
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)