Reviewers: Erik Corry, Description: Version 2.1.9.1
Merge r4277 to trunk. [email protected] Please review this at http://codereview.chromium.org/1217013 SVN Base: http://v8.googlecode.com/svn/trunk/ Affected files: M src/version.cc M tools/gyp/v8.gyp Index: tools/gyp/v8.gyp =================================================================== --- tools/gyp/v8.gyp (revision 4280) +++ tools/gyp/v8.gyp (working copy) @@ -276,7 +276,6 @@ '../../src/execution.h', '../../src/factory.cc', '../../src/factory.h', - '../../src/fast-codegen.cc', '../../src/fast-codegen.h', '../../src/fast-dtoa.cc', '../../src/fast-dtoa.h', @@ -417,6 +416,7 @@ '../../src/arm', ], 'sources': [ + '../../src/fast-codegen.cc', '../../src/jump-target-light-inl.h', '../../src/jump-target-light.cc', '../../src/virtual-frame-light-inl.h', @@ -497,6 +497,7 @@ '../../src/x64', ], 'sources': [ + '../../src/fast-codegen.cc', '../../src/jump-target-heavy-inl.h', '../../src/jump-target-heavy.cc', '../../src/virtual-frame-heavy-inl.h', Index: src/version.cc =================================================================== --- src/version.cc (revision 4280) +++ src/version.cc (working copy) @@ -35,7 +35,7 @@ #define MAJOR_VERSION 2 #define MINOR_VERSION 1 #define BUILD_NUMBER 9 -#define PATCH_LEVEL 0 +#define PATCH_LEVEL 1 #define CANDIDATE_VERSION false // Define SONAME to have the SCons build the put a specific SONAME into the -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
