mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 14:28:49 +01:00
set version number for development tree
This commit is contained in:
parent
157c13d4c4
commit
68522d11fb
1 changed files with 7 additions and 1 deletions
|
|
@ -89,4 +89,10 @@ if ( SITE_CONFIG['authentication_schemes'].include? 'open_id')
|
|||
#requires ruby-openid gem to be installed
|
||||
end
|
||||
|
||||
TRACKS_VERSION='1.7'
|
||||
tracks_version='1.8devel'
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue