diff options
| author | Michel Etienne | 2013-05-28 12:14:35 +0200 |
|---|---|---|
| committer | Michel Etienne | 2013-05-28 12:14:35 +0200 |
| commit | e24453fbdc2a9a92b3cce8000550977b0d1e7a59 (patch) | |
| tree | b0b961759571e5be68785d6f42f5c785e345d27d /config/environment.rb | |
| parent | 7ec488e686f5938b6f69300f106ef2d34500142c (diff) | |
| download | chouette-core-e24453fbdc2a9a92b3cce8000550977b0d1e7a59.tar.bz2 | |
add version for display
Diffstat (limited to 'config/environment.rb')
| -rw-r--r-- | config/environment.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb index cc30ece2d..e82bdc5f6 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,5 +1,9 @@ # Load the rails application require File.expand_path('../application', __FILE__) + # Initialize the rails application ChouetteIhm::Application.initialize! + +# Fix version +APP_VERSION = '2.0.3' |
