updated RDM_APP_VERSION for 0.4.1
git-svn-id: http://redmine.rubyforge.org/svn/trunk@148 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
18787caab9
commit
28ea323791
|
@ -112,7 +112,7 @@ $RDM_TEXTILE_DISABLED = true unless ActionView::Helpers::TextHelper.method_defin
|
||||||
# application name
|
# application name
|
||||||
RDM_APP_NAME = "redMine"
|
RDM_APP_NAME = "redMine"
|
||||||
# application version
|
# application version
|
||||||
RDM_APP_VERSION = "0.4.0"
|
RDM_APP_VERSION = "0.4.1"
|
||||||
|
|
||||||
ActiveRecord::Errors.default_error_messages = {
|
ActiveRecord::Errors.default_error_messages = {
|
||||||
:inclusion => "activerecord_error_inclusion",
|
:inclusion => "activerecord_error_inclusion",
|
||||||
|
|
Loading…
Reference in New Issue