diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-11-26 13:20:57 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-11-26 13:20:57 +0000 |
commit | d4efe02e3fefc1482c5cb703691b110c30ea36e3 (patch) | |
tree | 3d67e6e9208cb68ad1b8d8fd72394052fb149faa | |
parent | dd409913b52b0b34a9a7c054f06f43fbce3a0567 (diff) | |
download | forums-d4efe02e3fefc1482c5cb703691b110c30ea36e3.tar forums-d4efe02e3fefc1482c5cb703691b110c30ea36e3.tar.gz forums-d4efe02e3fefc1482c5cb703691b110c30ea36e3.tar.bz2 forums-d4efe02e3fefc1482c5cb703691b110c30ea36e3.tar.xz forums-d4efe02e3fefc1482c5cb703691b110c30ea36e3.zip |
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@8250 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 cb26833212..d4972c5a00 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.RC7', + 'version' => '1.0.RC8', 'phpbb_version' => '3.0.0', 'author' => '<a href="http://www.phpbb.com/">phpBB Group</a>', 'dbms' => $dbms, |