diff options
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ if [ -x "$cmd" ]; then export LIBTOOLIZE="$cmd" fi -COMMIT=$(git describe --all --long | sed 's/heads\///') +COMMIT=$(git describe --all | sed 's/heads\///') echo "m4_define([VERSION_NUMBER], [$COMMIT])" > version.m4 |