Commit Graph

5 Commits

Author SHA1 Message Date
Bernhard Nortmann
85943dfa8f (Fix permissions on autoversion.sh) 2016-11-29 14:07:51 +01:00
Bernhard Nortmann
60ea132fcc Prepare "point" release tag (v1.4.2)
Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
2016-11-29 13:59:21 +01:00
Bernhard Nortmann
90070ac822 Prepare v1.4.1 tag
For now, this is for informational purposes (program version
output), but it might also serve as an anchor point for a
"bugfix" release after some changes made to the build system.

Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
2016-10-29 11:31:18 +02:00
Bernhard Nortmann
9080136cc0 Prepare release v1.4
Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
2016-10-26 20:51:18 +02:00
Bernhard Nortmann
5792814010 Add support for auto-updated version information
The Makefile will now use a script (autoversion.sh) to update
version.h, which in turn defines a VERSION string and gets
included from common.h.

The idea is that version.h normally receives a git-describe
based identifier that represents the current checkout. In
cases where git might not be available, e.g. for builds from
a tarball, the script will instead fall back to a predefined
version (that should reflect the most recent release tag).

Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
2016-10-21 21:46:03 +02:00