mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
update version of tracks for rc2 release
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@761 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
1ae19fe4fb
commit
0c5f420902
1 changed files with 1 additions and 6 deletions
|
|
@ -85,9 +85,4 @@ end
|
|||
MOBILE_CONTENT_TYPE = 'tracks/mobile'
|
||||
Mime::Type.register(MOBILE_CONTENT_TYPE, :m)
|
||||
|
||||
info = `svn info #{RAILS_ROOT} --config-dir /etc/subversion`[/Last Changed Rev: (.*?)\n/]
|
||||
if info
|
||||
TRACKS_VERSION = '1.50-rc1-rev'+info[/(\d+)/]
|
||||
else
|
||||
TRACKS_VERSION = '1.50-rc1'
|
||||
end
|
||||
TRACKS_VERSION = '1.50-rc2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue