Refresh VERSION file when building distribution tarball in "make dist"
authorJakub Narebski <jnareb@gmail.com>
Fri, 1 Jun 2007 16:34:28 +0000 (18:34 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Sat, 2 Jun 2007 09:01:18 +0000 (11:01 +0200)
commitb253ee86a072bf5232ec674c6483e07c29806a64
tree1516940d5cc66e9fe1745550c4bca495d0b93220
parent22eb36aa18ae5bf94d7a3ff852cab9ccdc40b930
Refresh VERSION file when building distribution tarball in "make dist"

Overwrite contents of VERSION file from the HEAD revision with the
current version (at the time of building), so VERSION file in the
tarball generated by "make dist" (and which follows also rpm package
generated by "make rpm") is up to date.

Otherwise for example when building rpm it will be compiled with wrong
version string.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Makefile