Fix the Git version in the footer with the Docker image and change the wording.

This commit is contained in:
Jyri-Petteri Paloposki 2022-02-21 12:32:08 +02:00
parent 4b2c4db457
commit 6ca701f6fd
15 changed files with 28 additions and 19 deletions

View file

@ -1,7 +1,3 @@
tracks_version='2.6.0'
# comment out next two lines if you do not want (or can not) the date of the
# last git commit in the footer
info=`git log --pretty=format:"%ai" -1`
tracks_version=tracks_version + ' ('+info+')'
TRACKS_VERSION=tracks_version
TRACKS_VERSION='2.6.0'
TRACKS_REVISION_WITH_DATE=`git log --date=format:'%Y-%m-%d' --pretty=format:"%h @ %ad" -1`
TRACKS_REVISION=`git log --pretty=format:"%h" -1`