| Index: src/version.cc
|
| ===================================================================
|
| --- src/version.cc (revision 7030)
|
| +++ src/version.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2010 the V8 project authors. All rights reserved.
|
| +// Copyright 2011 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:
|
| @@ -33,8 +33,8 @@
|
| // NOTE these macros are used by the SCons build script so their names
|
| // cannot be changed without changing the SCons build script.
|
| #define MAJOR_VERSION 3
|
| -#define MINOR_VERSION 0
|
| -#define BUILD_NUMBER 12
|
| +#define MINOR_VERSION 1
|
| +#define BUILD_NUMBER 2
|
| #define PATCH_LEVEL 0
|
| // Use 1 for candidates and 0 otherwise.
|
| // (Boolean macro values are not supported by all preprocessors.)
|
|
|