Index: src/version.cc |
=================================================================== |
--- src/version.cc (revision 7318) |
+++ src/version.cc (working copy) |
@@ -38,7 +38,7 @@ |
#define PATCH_LEVEL 0 |
// Use 1 for candidates and 0 otherwise. |
// (Boolean macro values are not supported by all preprocessors.) |
-#define IS_CANDIDATE_VERSION 0 |
+#define IS_CANDIDATE_VERSION 1 |
// Define SONAME to have the SCons build the put a specific SONAME into the |
// shared library instead the generic SONAME generated from the V8 version |