| Index: src/version.cc
|
| ===================================================================
|
| --- src/version.cc (revision 6800)
|
| +++ 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 7
|
| +#define MINOR_VERSION 1
|
| +#define BUILD_NUMBER 5
|
| #define PATCH_LEVEL 0
|
| #define CANDIDATE_VERSION true
|
|
|
|
|