change version to 3.0devel

This commit is contained in:
Reinier Balt 2013-07-29 12:25:33 +02:00
parent 7605ec404f
commit 75ab8364a2
2 changed files with 3 additions and 3 deletions

View file

@ -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")

View file

@ -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