diff options
Diffstat (limited to 'games/nblood/git2tarxz.sh')
-rw-r--r-- | games/nblood/git2tarxz.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/nblood/git2tarxz.sh b/games/nblood/git2tarxz.sh index 2c8c7f8829c54..d310d8d0c214e 100644 --- a/games/nblood/git2tarxz.sh +++ b/games/nblood/git2tarxz.sh @@ -59,7 +59,9 @@ GIT_SHA=$( git rev-parse --short HEAD ) DATE=$( git log --date=format:%Y%m%d --format=%cd | head -1 ) -VERTAG=$( git tag -l | tail -1 ) +# 20211101 bkw: wha? there used to be tags, now they're gone. +#VERTAG=$( git tag -l | tail -1 ) +VERTAG=v1.01 VERSION=${VERTAG}+${DATE}_${GIT_SHA} |