Reviewers: Jakob,
Description:
Fix version number to 3.12.19.6
[email protected]
Please review this at https://chromiumcodereview.appspot.com/10914105/
SVN Base: https://v8.googlecode.com/svn/branches/3.12
Affected files:
M src/version.cc
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
93612b6fd3d81184f0ebe2c7c6371791b7508865..9ae47ab85ea731de6fd964c08d4141103403003c
100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 12
#define BUILD_NUMBER 19
-#define PATCH_LEVEL 5
+#define PATCH_LEVEL 6
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev