diff options
| author | Alban Peignier | 2016-05-25 15:53:52 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2016-05-25 15:55:11 +0200 | 
| commit | e30ce627fcd524eb616000d73f6a8450c08e1cba (patch) | |
| tree | 647f8cc8abdaef19018d3772ef41cc128b5ea136 /config/environment.rb | |
| parent | 444494b031045892269558b3bd39d25d40ea41d4 (diff) | |
| download | chouette-core-e30ce627fcd524eb616000d73f6a8450c08e1cba.tar.bz2 | |
Fixes header and footer to remove Chouette specific stuff. Refs #912
Diffstat (limited to 'config/environment.rb')
| -rw-r--r-- | config/environment.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/environment.rb b/config/environment.rb index dbb8bc8b6..3bc3051d1 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -5,4 +5,4 @@ require File.expand_path('../application', __FILE__)  Rails.application.initialize!  # Fix version -APP_VERSION = '3.2.0' +APP_VERSION = 'Iteration 4' | 
