mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-10 06:32:36 +01:00
bump version numbers
This commit is contained in:
parent
36f007a087
commit
dc55965ee8
5 changed files with 30 additions and 20 deletions
|
|
@ -121,10 +121,10 @@ if ( SITE_CONFIG['authentication_schemes'].include? 'cas')
|
|||
end
|
||||
end
|
||||
|
||||
tracks_version='1.8devel'
|
||||
tracks_version='2.0RC2'
|
||||
# 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+')'
|
||||
#info=`git log --pretty=format:"%ai" -1`
|
||||
#tracks_version=tracks_version + ' ('+info+')'
|
||||
|
||||
TRACKS_VERSION=tracks_version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue