mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-05 23:41:48 +01:00
change version to 3.0devel
This commit is contained in:
parent
7605ec404f
commit
75ab8364a2
2 changed files with 3 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue