mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-21 14:44:07 +01:00
update version in template
This commit is contained in:
parent
64a15e7089
commit
03d6f4aa07
1 changed files with 3 additions and 3 deletions
|
|
@ -99,11 +99,11 @@ end
|
||||||
# setting this to true will make the cookies only available over HTTPS
|
# setting this to true will make the cookies only available over HTTPS
|
||||||
TRACKS_COOKIES_SECURE = false
|
TRACKS_COOKIES_SECURE = false
|
||||||
|
|
||||||
tracks_version='1.7-devel'
|
tracks_version='1.7RC'
|
||||||
|
|
||||||
# comment out next two lines if you do not want (or can not) the date of the
|
# comment out next two lines if you do not want (or can not) the date of the
|
||||||
# last git commit in the footer
|
# last git commit in the footer
|
||||||
info=`git log --pretty=format:"%ai" -1`
|
# info=`git log --pretty=format:"%ai" -1`
|
||||||
tracks_version=tracks_version + ' ('+info+')'
|
# tracks_version=tracks_version + ' ('+info+')'
|
||||||
|
|
||||||
TRACKS_VERSION=tracks_version
|
TRACKS_VERSION=tracks_version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue