blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
406 stars 84 forks source link

Fix version number in the build system #25

Closed ylep closed 5 years ago

ylep commented 6 years ago

The build system should contain the same version number as the release tarball, otherwise confusion will arise.

slayoo commented 6 years ago

closing and reopening to trigger continuous integration builds

slayoo commented 6 years ago

Shouldn't the version number of the release and of the git HEAD differ (so that a user can clearly differentiate). Any suggestions how to format it?

Anyhow, big thanks for pointing that out - I've added this as an item on a new "Release checklist" wiki entry: https://github.com/blitzpp/blitz/wiki/Release-checklist

citibeth commented 5 years ago

This is fine... but we'll need to be more careful about keeping it updated. Wondering if there's an automated way to do that.