Fix revision number

BUG=
R=jkummerow@chromium.org

Review URL: https://chromiumcodereview.appspot.com/15701002

git-svn-id: http://v8.googlecode.com/svn/trunk@14741 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/src/version.cc b/src/version.cc
index cec040a..073bd26 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