From 24eac112be18f086f787ca8c828b9b1a4ee6e84c Mon Sep 17 00:00:00 2001 From: Michel Etienne Date: Tue, 24 Jun 2014 10:43:36 +0200 Subject: set version to 2.4.1 --- README.md | 6 +++--- app/views/help/index.textile | 4 ++-- config/environment.rb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 59bde48c2..1637d5bd0 100644 --- a/README.md +++ b/README.md @@ -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' -- cgit v1.2.3