mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
update version info to tracks1.5-rc1
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@726 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
8d9bca6afd
commit
f587ad6228
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ Mime::Type.register(MOBILE_CONTENT_TYPE, :m)
|
|||
|
||||
info = `svn info --config-dir /etc/subversion`[/Last Changed Rev: (.*?)\n/]
|
||||
if info
|
||||
TRACKS_VERSION = '1.50-trunk-rev'+info[/(\d+)/]
|
||||
TRACKS_VERSION = '1.50-rc1-rev'+info[/(\d+)/]
|
||||
else
|
||||
TRACKS_VERSION = '1.50-trunk'
|
||||
TRACKS_VERSION = '1.50-rc1'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue