Browse Source

updated RDM_APP_VERSION for 0.4.1

git-svn-id: http://redmine.rubyforge.org/svn/trunk@148 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/0.4.1
Jean-Philippe Lang 17 years ago
parent
commit
28ea323791
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/environment.rb

+ 1
- 1
config/environment.rb View File

@@ -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",

Loading…
Cancel
Save