diff options
| author | Ben Murdoch <benm@google.com> | 2011-01-14 16:42:13 +0000 |
|---|---|---|
| committer | Ben Murdoch <benm@google.com> | 2011-01-14 16:42:13 +0000 |
| commit | 1a80c996a0cb6c5ac739148352552ab47038ccc3 (patch) | |
| tree | 49bd79c85eaee1acf422c9c497ed8088790441cc /src/version.cc | |
| parent | db5a90a88cfcddb042912799e872037c6548b8a3 (diff) | |
| download | android_external_v8-1a80c996a0cb6c5ac739148352552ab47038ccc3.tar.gz android_external_v8-1a80c996a0cb6c5ac739148352552ab47038ccc3.tar.bz2 android_external_v8-1a80c996a0cb6c5ac739148352552ab47038ccc3.zip | |
Update V8 to r6333 (2.5 branch)
Note: we temporarily deviate from 9.0.597.x to pull v8 v2.5.9.9
Change-Id: I08d06e15a1a3af206fb23f98f56c81fe579e1a78
http://v8.googlecode.com/svn/branches/2.5@6333
Diffstat (limited to 'src/version.cc')
| -rw-r--r-- | src/version.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.cc b/src/version.cc index d9be907f..7b552eee 100644 --- a/src/version.cc +++ b/src/version.cc @@ -35,7 +35,7 @@ #define MAJOR_VERSION 2 #define MINOR_VERSION 5 #define BUILD_NUMBER 9 -#define PATCH_LEVEL 6 +#define PATCH_LEVEL 9 #define CANDIDATE_VERSION false // Define SONAME to have the SCons build the put a specific SONAME into the |
