diff options
author | Cesar G <prototech91@gmail.com> | 2015-10-13 21:05:04 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2015-10-13 21:05:04 -0700 |
commit | 14966a29625d4158fbe58034fcdaa159f5b36418 (patch) | |
tree | 36927eb0d3176bb9436bbe5a92e949c375254158 | |
parent | 1164cc38a243fb2c5b41cc8882956890ff2eecd2 (diff) | |
download | forums-14966a29625d4158fbe58034fcdaa159f5b36418.tar forums-14966a29625d4158fbe58034fcdaa159f5b36418.tar.gz forums-14966a29625d4158fbe58034fcdaa159f5b36418.tar.bz2 forums-14966a29625d4158fbe58034fcdaa159f5b36418.tar.xz forums-14966a29625d4158fbe58034fcdaa159f5b36418.zip |
[ticket/14114] Update 3.0.x version references in INSTALL.html.
PHPBB3-14114
-rw-r--r-- | phpBB/docs/INSTALL.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 7a3b829ef1..033bb1a80b 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -303,7 +303,7 @@ <p>This update method is the recommended method for updating. This package detects changed files automatically and merges in changes if needed.</p> - <p>The automatic update package will update the board from a given version to the latest version. A number of automatic update files are available, and you should choose the one that corresponds to the version of the board that you are currently running. For example, if your current version is <strong>3.0.13</strong>, you need the <code>phpBB-3.0.13_to_3.0.14.zip/tar.bz2</code> file.</p> + <p>The automatic update package will update the board from a given version to the latest version. A number of automatic update files are available, and you should choose the one that corresponds to the version of the board that you are currently running. For example, if your current version is <strong>3.1.5</strong>, you need the <code>phpBB-3.1.5_to_3.1.6.zip/tar.bz2</code> file.</p> <p>To perform the update, either follow the instructions from the <strong>Administration Control Panel->System</strong> Tab - this should point out that you are running an outdated version and will guide you through the update - or follow the instructions listed below.</p> |