summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/info.rhtml2
-rw-r--r--app/views/layouts/base.rhtml2
2 files changed, 2 insertions, 2 deletions
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 @@
<h2><%=l(:label_information_plural)%></h2>
-<p><%=l(:field_version)%>: <strong><%= RDM_APP_NAME %> <%= RDM_APP_VERSION %></strong></p>
+<p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong></p>
<%=l(:label_environment)%>:
<ul>
diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml
index f4d45f029..77d84d7f8 100644
--- a/app/views/layouts/base.rhtml
+++ b/app/views/layouts/base.rhtml
@@ -135,7 +135,7 @@
</div>
<div id="footer">
- <p><a href="http://redmine.rubyforge.org/"><%= RDM_APP_NAME %></a> <%= RDM_APP_VERSION %></p>
+ <p><a href="http://redmine.rubyforge.org/">redMine</a> <%= Redmine::VERSION %> &copy 2006-2007 Jean-Philippe Lang</p>
</div>
</div>