From 28ea323791d0945981f6059e0c9e840547082c2c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 3 Jan 2007 18:38:08 +0000 Subject: [PATCH] updated RDM_APP_VERSION for 0.4.1 git-svn-id: http://redmine.rubyforge.org/svn/trunk@148 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index 4b32b58a5..201051b13 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -112,7 +112,7 @@ $RDM_TEXTILE_DISABLED = true unless ActionView::Helpers::TextHelper.method_defin # application name RDM_APP_NAME = "redMine" # application version -RDM_APP_VERSION = "0.4.0" +RDM_APP_VERSION = "0.4.1" ActiveRecord::Errors.default_error_messages = { :inclusion => "activerecord_error_inclusion",