Add version info from git-describe

A new script, gen-version.sh, is now invoked from 'make version' to generate
the file VERSION. This file contains a version identifier generated by
git-describe and is included in the Makefile.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2007-06-18 09:42:10 +02:00
parent 4a0be58666
commit f69250358a
7 changed files with 27 additions and 16 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
# Files I don't care to see in git-status/commit
cgit
VERSION
*.o
*~