mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
update version numbers to 2.1.2
This commit is contained in:
parent
7304458554
commit
68928e273d
3 changed files with 9 additions and 5 deletions
4
README
4
README
|
@ -9,7 +9,7 @@
|
||||||
* Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
|
* Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
|
||||||
* Original developer: bsag (http://www.rousette.org.uk/)
|
* Original developer: bsag (http://www.rousette.org.uk/)
|
||||||
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
|
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
|
||||||
* Version: 2.1.1
|
* Version: 2.1.2
|
||||||
* Copyright: (cc) 2004-2012 rousette.org.uk.
|
* Copyright: (cc) 2004-2012 rousette.org.uk.
|
||||||
* License: GNU GPL
|
* License: GNU GPL
|
||||||
|
|
||||||
|
@ -37,4 +37,4 @@ While fully usable for everyday use, Tracks is still a work in progress. Make
|
||||||
sure that you take sensible precautions and back up all your data frequently,
|
sure that you take sensible precautions and back up all your data frequently,
|
||||||
taking particular care when you are upgrading.
|
taking particular care when you are upgrading.
|
||||||
|
|
||||||
Enjoy being productive!
|
Enjoy being productive!
|
||||||
|
|
|
@ -110,10 +110,10 @@ end
|
||||||
# changed in development.rb to show under_construction bar
|
# changed in development.rb to show under_construction bar
|
||||||
NOTIFY_BAR = "" unless defined?(NOTIFY_BAR)
|
NOTIFY_BAR = "" unless defined?(NOTIFY_BAR)
|
||||||
|
|
||||||
tracks_version='2.1.1'
|
tracks_version='2.1.2'
|
||||||
# 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
|
||||||
|
|
|
@ -9,10 +9,14 @@
|
||||||
* Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
|
* Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
|
||||||
* Original developer: bsag (http://www.rousette.org.uk/)
|
* Original developer: bsag (http://www.rousette.org.uk/)
|
||||||
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
|
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
|
||||||
* Version: 2.1.1
|
* Version: 2.1.2
|
||||||
* Copyright: (cc) 2004-2012 rousette.org.uk.
|
* Copyright: (cc) 2004-2012 rousette.org.uk.
|
||||||
* License: GNU GPL
|
* License: GNU GPL
|
||||||
|
|
||||||
|
== Version 2.1.2
|
||||||
|
|
||||||
|
Upgrade Rails to 2.3.15 to address security vulnerabilties in Rails itself
|
||||||
|
|
||||||
== Version 2.1.1
|
== Version 2.1.1
|
||||||
|
|
||||||
Various bugfixes
|
Various bugfixes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue