Chromium Code Reviews| Index: src/version.cc |
| =================================================================== |
| --- src/version.cc (revision 5634) |
| +++ src/version.cc (working copy) |
| @@ -1,3 +1,4 @@ |
| + |
|
Erik Corry
2010/10/18 10:57:19
OOps.
|
| // 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 |
| @@ -34,7 +35,7 @@ |
| // cannot be changed without changing the SCons build script. |
| #define MAJOR_VERSION 2 |
| #define MINOR_VERSION 5 |
| -#define BUILD_NUMBER 0 |
| +#define BUILD_NUMBER 1 |
| #define PATCH_LEVEL 0 |
| #define CANDIDATE_VERSION true |