Closed PathogenDavid closed 3 years ago
I got too cute with the dev builds system. The version number isn't consistent when computing dependencies so the packages it creates aren't usable.
I decided to basically throw away the entire smart versioning system. Dev versions are now 0.0.0-dev$(DevVersion) and DevVersion defaults to 0.
0.0.0-dev$(DevVersion)
DevVersion
0
I got too cute with the dev builds system. The version number isn't consistent when computing dependencies so the packages it creates aren't usable.