From: Knut F. <Knu...@gm...> - 2010-11-14 22:54:32
|
[2010-11-12 14:56] Miquel Garriga <gbm...@gm...>: > Get a shared library with higher version than last released. [...] > -set_target_properties(origin2 PROPERTIES VERSION 0.0.1 SOVERSION 0 ) > +set_target_properties(origin2 PROPERTIES VERSION 1.0.1 SOVERSION 1 ) Since the API is not backwards-compatible with the last version released on proindependent.com (not to mention liborigin1), we already should have bumped the major version of the last release. See http://semver.org/. I think we should do that at least now, i.e. jump to 2.0.0 and do any further API- incompatible changes on a separate development branch to be released as liborigin3. Knut |