Reviewers: Jakob,

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

[email protected]

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

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 b0ab892073e9fc4104e9ae7b8b68cc28e095a68a..e523f68c082929d93e14c96a92b5e5049f2cfec9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-08-06: Version 3.20.14
+
+ Add new Harmony methods to Array.prototype object. (issue 2776,v8:2777)
+
+        Performance and stability improvements on all platforms.
+
+
 2013-08-01: Version 3.20.12

         Removed buggy ToNumber truncation (partial fix for issue 2813)
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index f99c2978fdc441c03f6ad952a5c57133d4726798..b41095fc20084fa95f4add25f862a61f600c1ecc 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     20
-#define BUILD_NUMBER      13
+#define BUILD_NUMBER      14
 #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
--- 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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to