summaryrefslogtreecommitdiff
path: root/deps/v8/src
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-12-23 15:57:10 -0800
committerRyan Dahl <ry@tinyclouds.org>2011-12-23 15:57:10 -0800
commite4731f816817bc6ea52d1fa2d51cb024bd48c337 (patch)
tree487305b944e795b3d6f70bc3416e81a30c4a3fb5 /deps/v8/src
parent624f70e88f42a69b78e08278b5037359fe3a514b (diff)
downloadnode-new-e4731f816817bc6ea52d1fa2d51cb024bd48c337.tar.gz
Upgrade V8 to 3.8.2.1
Diffstat (limited to 'deps/v8/src')
-rw-r--r--deps/v8/src/version.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/version.cc b/deps/v8/src/version.cc
index bbd26a4af1..5adcde86cf 100644
--- a/deps/v8/src/version.cc
+++ b/deps/v8/src/version.cc
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 8
#define BUILD_NUMBER 2
-#define PATCH_LEVEL 0
+#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