Reviewers: Sven Panne,

Description:
Prepare push to trunk.  Now working on version 3.21.9.

R=svenpa...@chromium.org

Please review this at https://codereview.chromium.org/23620015/

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 2922fc3e2dae8667636b0c29cf36bfc6477aea85..13d0a223a98509477290d398ae25ef56e036b026 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-09-02: Version 3.21.8
+
+        Added scriptId to StackTrace frames (issue 2865).
+
+        Performance and stability improvements on all platforms.
+
+
 2013-08-30: Version 3.21.7

         Fixed casts of eternal handles.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 9f7df45f61db028abd6754bdc69081430a2c2152..cf52051b47080cdbbb2f179aae504c0580f16e6c 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     21
-#define BUILD_NUMBER      8
+#define BUILD_NUMBER      9
 #define PATCH_LEVEL       0
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to