aboutsummaryrefslogtreecommitdiff
path: root/include/v8-version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/v8-version.h')
-rw-r--r--include/v8-version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/v8-version.h b/include/v8-version.h
index eda966be..3bd8e041 100644
--- a/include/v8-version.h
+++ b/include/v8-version.h
@@ -9,9 +9,9 @@
// NOTE these macros are used by some of the tool scripts and the build
// system so their names cannot be changed without changing the scripts.
#define V8_MAJOR_VERSION 5
-#define V8_MINOR_VERSION 6
-#define V8_BUILD_NUMBER 326
-#define V8_PATCH_LEVEL 50
+#define V8_MINOR_VERSION 8
+#define V8_BUILD_NUMBER 283
+#define V8_PATCH_LEVEL 32
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)