the build number is in a new file.

This commit is contained in:
Enno Rehling 2014-11-09 12:20:16 +01:00
parent 85a5a433bb
commit f55ab5f752
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function assert_dir() {
function version() {
assert_dir $SOURCE
cd $SOURCE
build=$(grep BUILD src/build.h | awk '{ print $3 }')
build=$(grep BUILD src/buildno.h | awk '{ print $3 }')
echo "eressea build $build"
}