Reviewers: Jakob,
Description:
Prepare push to trunk. Now working on version 3.13.8.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/10911208/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M ChangeLog
M src/version.cc
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index
e0ac3f95732e65b1ef24be4fc5559d31bef85802..7110aa83e3e0dcf0a7c4373e85dce38a6c062341
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-09-11: Version 3.13.7
+
+ Enable/disable LiveEdit using the (C++) debug API.
+
+ Performance and stability improvements on all platforms.
+
+
2012-09-06: Version 3.13.6
Added validity checking to API functions and calls.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
cd7aa861866257495615304f431ee62c333247f4..68e2dee8c886798ef4c68c9aed555944223a34a7
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 13
-#define BUILD_NUMBER 7
+#define BUILD_NUMBER 8
#define PATCH_LEVEL 0
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev