diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-12-07 09:59:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-12-07 09:59:19 +0000 |
commit | e93d02d228eab878f1aa162b9ce3e82f45ba9f70 (patch) | |
tree | e8bc903e82b801e77f4a885fba2c394cb1bb6dad /doc/UPGRADING | |
parent | d9714bff320cfd4940ba175420bfc405ed04d3e4 (diff) | |
download | redmine-e93d02d228eab878f1aa162b9ce3e82f45ba9f70.tar.gz redmine-e93d02d228eab878f1aa162b9ce3e82f45ba9f70.zip |
UPGRADING updated
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2105 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/UPGRADING')
-rw-r--r-- | doc/UPGRADING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UPGRADING b/doc/UPGRADING index 1dd901171..40c691fea 100644 --- a/doc/UPGRADING +++ b/doc/UPGRADING @@ -22,7 +22,7 @@ http://www.redmine.org/ == Notes -1. Rails 2.0.2 is required for version 0.7 and later. +1. Rails 2.1.2 is required for version 0.8. 2. When upgrading your code with svn update, don't forget to clear the application cache (RAILS_ROOT/tmp/cache) before restarting. |