diff options
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | app/views/help/index.textile | 4 | ||||
| -rw-r--r-- | config/environment.rb | 2 | 
3 files changed, 6 insertions, 6 deletions
| @@ -63,9 +63,9 @@ Assume Linux user is myuser and its group mygroup (that user is the one who star  sudo mkdir -p /usr/local/opt/chouette-command/  sudo chown -R myuser:mygroup /usr/local/opt/chouette-command/  cd /usr/local/opt/chouette-command/ -wget http://maven.chouette.cityway.fr/fr/certu/chouette/chouette-gui-command/2.4.0/chouette-gui-command-2.4.0.zip -unzip chouette-gui-command-2.4.0.zip -cd chouette-cmd_2.4.0 +wget http://maven.chouette.cityway.fr/fr/certu/chouette/chouette-gui-command/2.4.1/chouette-gui-command-2.4.1.zip +unzip chouette-gui-command-2.4.1.zip +cd chouette-cmd_2.4.1  sudo chmod a+w .  ``` diff --git a/app/views/help/index.textile b/app/views/help/index.textile index 709babf44..8907abe4d 100644 --- a/app/views/help/index.textile +++ b/app/views/help/index.textile @@ -3,7 +3,7 @@ layout: default  title: Chouette v2   --- -Version 2.5.0 +Version 2.4.1  h3. Logiciel libre propriété de : @@ -24,7 +24,7 @@ A cet égard  l'attention de l'utilisateur est attirée sur les risques associé  h3. Notes de version -h4. Version 2.5.0 +h4. Version 2.4.1  * Corrections des anomalies suivantes :  ** L'export GTFS exige que l'indice de ligne soit renseigné (Mantis 26726) diff --git a/config/environment.rb b/config/environment.rb index 5353fe344..299eb7b07 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -6,4 +6,4 @@ require File.expand_path('../application', __FILE__)  ChouetteIhm::Application.initialize!  # Fix version -APP_VERSION = '2.4.0' +APP_VERSION = '2.4.1' | 
