summaryrefslogtreecommitdiff
path: root/deps/v8/src/version.cc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-01-23 16:16:42 -0800
committerisaacs <i@izs.me>2012-01-23 17:16:27 -0800
commit40879f33cd083ad8e16860a19cce03a0126e12a5 (patch)
tree010f16d83e398481e074f35a1900ee6c9e011e16 /deps/v8/src/version.cc
parentb1b16d117e6fe2ca889d10e7e0b62a5a60997d57 (diff)
downloadnode-40879f33cd083ad8e16860a19cce03a0126e12a5.tar.gz
Upgrade V8 to 3.8.8
Diffstat (limited to 'deps/v8/src/version.cc')
-rw-r--r--deps/v8/src/version.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/version.cc b/deps/v8/src/version.cc
index 95535851d..ba531abcb 100644
--- a/deps/v8/src/version.cc
+++ b/deps/v8/src/version.cc
@@ -1,4 +1,4 @@
-// Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright 2012 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 3
#define MINOR_VERSION 8
-#define BUILD_NUMBER 6
+#define BUILD_NUMBER 8
#define PATCH_LEVEL 0
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)