diff --git a/config/application.rb b/config/application.rb index a1c95eb1..6915bc75 100644 --- a/config/application.rb +++ b/config/application.rb @@ -53,7 +53,7 @@ module Tracksapp config.assets.initialize_on_precompile = false # Version of your assets, change this if you want to expire all your assets - config.assets.version = '1.0' + config.assets.version = '3.0' # add /app/assets/swfs to asset pipeline for charts config.assets.paths << Rails.root.join("app", "assets", "swfs") diff --git a/config/initializers/tracks.rb b/config/initializers/tracks.rb index 23badd9c..6c85baaa 100644 --- a/config/initializers/tracks.rb +++ b/config/initializers/tracks.rb @@ -1,10 +1,10 @@ # changed in development.rb to show under_construction bar NOTIFY_BAR = "" unless defined?(NOTIFY_BAR) -tracks_version='2.3devel' +tracks_version='3.0devel' # 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 +TRACKS_VERSION=tracks_version \ No newline at end of file