Revision f230a1cf deps/v8/src/version.cc

View differences:

deps/v8/src/version.cc
33 33
// NOTE these macros are used by some of the tool scripts and the build
34 34
// system so their names cannot be changed without changing the scripts.
35 35
#define MAJOR_VERSION     3
36
#define MINOR_VERSION     21
37
#define BUILD_NUMBER      18
38
#define PATCH_LEVEL       3
36
#define MINOR_VERSION     22
37
#define BUILD_NUMBER      24
38
#define PATCH_LEVEL       0
39 39
// Use 1 for candidates and 0 otherwise.
40 40
// (Boolean macro values are not supported by all preprocessors.)
41 41
#define IS_CANDIDATE_VERSION 0

Also available in: Unified diff