Christopher wrote: > If you're still deciding how often to bump the version numbers, consider > following something like: http://semver.org/spec/v2.0.0.html
And if you don't use release branches and really don't want to bother trying to decide at each release on whether to go from 1.0.0 to 1.0.1, 1.1.0 or 2.0.0, then consider just using udev/systemd-style versioning: a single integer release number (so after version 1, there is obviously version 2). The drawback is that it does not deliver to your users the kind of information semantic versioning carries (e.g., it is not obvious which systemd releases carry the biggest changes). Kevin Kofler _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org