Reviewers: Jakob,

Message:
PTAL

Description:
Fix revision number

BUG=

Please review this at https://chromiumcodereview.appspot.com/15701002/

SVN Base: https://v8.googlecode.com/svn/trunk

Affected files:
  M src/version.cc


Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index cec040ae467ef2aa8b0b659637da6854dc4574c8..073bd26e7992c4069351061cd5e4da33185e8353 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -34,8 +34,8 @@
 // system so their names cannot be changed without changing the scripts.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     19
-#define BUILD_NUMBER      3
-#define PATCH_LEVEL       0
+#define BUILD_NUMBER      2
+#define PATCH_LEVEL       1
 // 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
--- 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