aboutsummaryrefslogtreecommitdiffstats
path: root/gen-version.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-10-01gen-version.sh: don't sed the output from git describeLars Hjemli1-1/+1
Replacing '-' with '.' makes the version name slightly confusing, so lets stick with the unmodified output of git describe. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2007-09-03Rewrite the makefile + gen-version.shLars Hjemli1-4/+20
The old files were simply broken, hopefully the new ones will work out somewhat better. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2007-06-18Add version info from git-describeLars Hjemli1-0/+4
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>