From bd3458da6ec438c2f468436e848944670f9aa2d7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 21 Jan 2007 12:54:51 +0000 Subject: [PATCH] added Redmine::VERSION module git-svn-id: http://redmine.rubyforge.org/svn/trunk@170 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/admin/info.rhtml | 2 +- app/views/layouts/base.rhtml | 2 +- config/environment.rb | 19 ------------------- lib/redmine.rb | 11 +++++++++++ 4 files changed, 13 insertions(+), 21 deletions(-) create mode 100644 lib/redmine.rb diff --git a/app/views/admin/info.rhtml b/app/views/admin/info.rhtml index 4777a151e..81db03e21 100644 --- a/app/views/admin/info.rhtml +++ b/app/views/admin/info.rhtml @@ -1,6 +1,6 @@

<%=l(:label_information_plural)%>

-

<%=l(:field_version)%>: <%= RDM_APP_NAME %> <%= RDM_APP_VERSION %>

+

<%=l(:field_version)%>: redMine <%= Redmine::VERSION %>

<%=l(:label_environment)%>: