diff options
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/updater-ng-auto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/updater-ng-auto.sh b/utils/updater-ng-auto.sh index 449b045..ac3c6c7 100755 --- a/utils/updater-ng-auto.sh +++ b/utils/updater-ng-auto.sh @@ -19,7 +19,7 @@ else fi # Get info HASH="$(git $GIT_ARGS rev-parse HEAD)" -VERSION="$(git $GIT_ARGS describe --abbrev=0 --tags)" +VERSION="$(git $GIT_ARGS describe --abbrev=0 --tags).99999" RELEASE="$(($(git $GIT_ARGS rev-list --count $VERSION..HEAD) + 1))" # Now replace stuff in Makefile |