| Index: src/version.cc
|
| ===================================================================
|
| --- src/version.cc (revision 4431)
|
| +++ src/version.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2008 the V8 project authors. All rights reserved.
|
| +// Copyright 2010 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:
|
| @@ -35,7 +35,7 @@
|
| #define MAJOR_VERSION 2
|
| #define MINOR_VERSION 0
|
| #define BUILD_NUMBER 6
|
| -#define PATCH_LEVEL 6
|
| +#define PATCH_LEVEL 7
|
| #define CANDIDATE_VERSION false
|
|
|
| // Define SONAME to have the SCons build the put a specific SONAME into the
|
|
|