Does the SONAME setting require us to maintain binary compatibility across some versions? Maybe we should be a bit careful about how others interpret the numbers...
Cheers, Kasper On Tue, Apr 28, 2009 at 4:33 PM, <[email protected]> wrote: > > Reviewers: Mads Ager, Christian Plesner Hansen, > > Description: > Added better version information > > The current version is now held in src/version.cc in a number of defines > which needs to be modified when changing version. > > This version information is now read by the SCons build to support > setting the soname for a Linus shared library. This requires passing the > option soname=on to the SCons build. > > I did not update the xcode project. > > BUG=151 > > Please review this at http://codereview.chromium.org/100104 > > SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ > > Affected files: > M SConstruct > M src/SConscript > M src/api.cc > A src/version.h > A src/version.cc > M test/cctest/SConscript > A test/cctest/test-version.cc > M tools/gyp/v8.gyp > M tools/visual_studio/v8_base.vcproj > M tools/visual_studio/v8_base_arm.vcproj > M tools/visual_studio/v8_cctest.vcproj > M tools/visual_studio/v8_cctest_arm.vcproj > > > > > > --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
