diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-14 22:09:06 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-14 22:09:06 +0000 |
| commit | 4f73460474b123cac89a3481fa12357f0614d091 (patch) | |
| tree | 253c9c01bc533ffb55fb593c9a76edc08a2256d7 /phpBB/install/convertors | |
| parent | bae0b32d2315f372c4580ddd88f96b4ba7453626 (diff) | |
| download | forums-4f73460474b123cac89a3481fa12357f0614d091.tar forums-4f73460474b123cac89a3481fa12357f0614d091.tar.gz forums-4f73460474b123cac89a3481fa12357f0614d091.tar.bz2 forums-4f73460474b123cac89a3481fa12357f0614d091.tar.xz forums-4f73460474b123cac89a3481fa12357f0614d091.zip | |
anyone having any further form token problems or other very critical bugs found? If so, go, head to the bug tracker or message me through IRC. ;)
git-svn-id: file:///svn/phpbb/trunk@8191 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/convertors')
| -rw-r--r-- | phpBB/install/convertors/convert_phpbb20.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php index 0c060a83dd..91a9951e90 100644 --- a/phpBB/install/convertors/convert_phpbb20.php +++ b/phpBB/install/convertors/convert_phpbb20.php @@ -31,7 +31,7 @@ unset($dbpasswd); */ $convertor_data = array( 'forum_name' => 'phpBB 2.0.x', - 'version' => '1.0.RC6', + 'version' => '1.0.RC7', 'phpbb_version' => '3.0.0', 'author' => '<a href="http://www.phpbb.com/">phpBB Group</a>', 'dbms' => $dbms, |
