summaryrefslogtreecommitdiffstats
path: root/doc/UPGRADING
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-05-30 16:39:33 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-05-30 16:39:33 +0000
commitd001fcd18e017609afa4c55c8b7395b75eeffce9 (patch)
treed3c26c17079fa867e8e656e802e9501fb537796f /doc/UPGRADING
parent714b264ccac9cbaaca90598b186f416fa6e3aa30 (diff)
downloadredmine-d001fcd18e017609afa4c55c8b7395b75eeffce9.tar.gz
redmine-d001fcd18e017609afa4c55c8b7395b75eeffce9.zip
Doc update for 1.2.0 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5965 e93f8b46-1217-0410-a6f0-8f06a7374b81
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