diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-02 16:34:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-02 16:34:15 +0000 |
commit | f3babef54ab4c5b1262d98e1f1aa14a06e066c64 (patch) | |
tree | 73bdf4bc928c45a3365ca15be60bd369a56b58bf /config | |
parent | 2dc3850798448e3698ae9f7c4c23033827d7cd64 (diff) | |
download | redmine-f3babef54ab4c5b1262d98e1f1aa14a06e066c64.tar.gz redmine-f3babef54ab4c5b1262d98e1f1aa14a06e066c64.zip |
0.4.0 release
git-svn-id: http://redmine.rubyforge.org/svn/trunk@143 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 359293b6e..4b32b58a5 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.3.0" +RDM_APP_VERSION = "0.4.0" ActiveRecord::Errors.default_error_messages = { :inclusion => "activerecord_error_inclusion", |