summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/v8/src/version.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/src/version.cc')
-rw-r--r--src/3rdparty/v8/src/version.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/v8/src/version.cc b/src/3rdparty/v8/src/version.cc
index 79b6ebd..3132b5e 100644
--- a/src/3rdparty/v8/src/version.cc
+++ b/src/3rdparty/v8/src/version.cc
@@ -33,8 +33,8 @@
// NOTE these macros are used by the SCons build script so their names
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 3
-#define MINOR_VERSION 11
-#define BUILD_NUMBER 4
+#define MINOR_VERSION 15
+#define BUILD_NUMBER 2
#define PATCH_LEVEL 0
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)