summaryrefslogtreecommitdiffstats
path: root/doc/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'doc/UPGRADING')
-rw-r--r--doc/UPGRADING6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/UPGRADING b/doc/UPGRADING
index b34632055..de6e2c72e 100644
--- a/doc/UPGRADING
+++ b/doc/UPGRADING
@@ -1,7 +1,7 @@
== Redmine upgrade
Redmine - project management software
-Copyright (C) 2006-2010 Jean-Philippe Lang
+Copyright (C) 2006-2011 Jean-Philippe Lang
http://www.redmine.org/
@@ -30,7 +30,7 @@ http://www.redmine.org/
6. Migrate your database
- If you are upgrading to Rails 2.3.5 as part of this migration, you
+ If you are upgrading to Rails 2.3.11 as part of this migration, you
need to upgrade the plugin migrations before running the plugin migrations
using:
rake db:migrate:upgrade_plugin_migrations RAILS_ENV="production"
@@ -56,7 +56,7 @@ http://www.redmine.org/
== Notes
-* Rails 2.3.5 is required for versions 0.9.x and 1.0.x.
+* Rails 2.3.11 is required for versions 1.2.x.
== References