Ver 1.0.0

This commit is contained in:
Ice
2008-06-18 16:51:17 +00:00
parent 30f1527ed4
commit 87e4a43359
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<?php
$current_version = '1.0.0RC1';
$current_version = '1.0.0';
// If only checking version, exit.
if( defined('IN_PHPBB') )
@@ -29,7 +29,7 @@ $page_title = 'Board3portal v' . $current_version;
if( $user->data['is_registered'] && $auth->acl_get('a_board') )
{
$version_array = array('0.1.0', '0.2.0', '0.2.1', '0.2.2', '0.3.0', 'p3p1.2.2', 'p3p1.2.1', 'p3p1.2.0', 'p3p1.1.0b');
$version_array = array('0.1.0', '0.2.0', '0.2.1', '0.2.2', '0.3.0', '1.0.0RC1', 'p3p1.2.2', 'p3p1.2.1', 'p3p1.2.0', 'p3p1.1.0b');
$old_version = 0;
$phpbb3portal = false;
@@ -1044,4 +1044,4 @@ if( $user->data['is_registered'] && $auth->acl_get('a_board') )
include($phpbb_root_path . 'install_portal/style/layout_footer.'.$phpEx);
}
?>
?>