On Saturday 2012-02-18 19:55, Colin Guthrie wrote: >> [example] >> tag v3.12 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -1,3 +1,3 @@ >> -AC_INIT([libHX], [3.11]) >> +AC_INIT([libHX], [3.12]) > >Just for my €0.02... I don't like this approach. It makes pushing >snapshot tarballs more confusing at the distro level. If you push a >snapshot, you obviously go for the next version number if the software >is presenting itself as the older version then this can lead to >confusion (and incorrect libification etc.). >IMO, the first commit after a tag should be the bump.
If there is a Requires:/BuildRequires: foo >= 42 in bar, a foo-42 that is not really a 42, but a 41. So your suggestion is not optimal either. It seems like one needs both a bump after a release (41 -> 41.001 or something), and immediately before (41.001 -> 42). _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel