diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-03 18:38:08 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-03 18:38:08 +0000 |
commit | 28ea323791d0945981f6059e0c9e840547082c2c (patch) | |
tree | ac08d2bf70e5ad34b7b9ab14c7d2e2751723ab6e /config | |
parent | 18787caab9fb0d9cd4c07af85f31afc12a42e7b1 (diff) | |
download | redmine-28ea323791d0945981f6059e0c9e840547082c2c.tar.gz redmine-28ea323791d0945981f6059e0c9e840547082c2c.zip |
updated RDM_APP_VERSION for 0.4.1
git-svn-id: http://redmine.rubyforge.org/svn/trunk@148 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-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 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", |