On 14 September 2015 at 20:11, François Perrad
<francois.perrad@gadz.org> wrote:
when the revision of the rockspec is 1, 102 is displayed after the dash.
François
Yes, this is because I need to version multiple builds from my side for each rock releases.
So I multiply by 100 and add a small integer which gets bumped as I update things.
This way order is preserved and you still get the updates.
In the future it will be +1.2 instead of -102, I need to fix the version formatting anyway (so far semver is used only for the first 3 components, I reconsidered this choice).
Stefano