|
From: Bart v. B. <ba...@us...> - 2001-11-01 22:57:40
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv9002 Modified Files: page_tail.php Log Message: This is not Beta-1 anymore Index: page_tail.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/page_tail.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** page_tail.php 2001/10/16 11:12:32 1.21 --- page_tail.php 2001/11/01 22:57:35 1.22 *************** *** 48,52 **** $template->assign_vars(array( ! "PHPBB_VERSION" => "2.0 beta-1", "ADMIN_LINK" => $admin_link)); --- 48,52 ---- $template->assign_vars(array( ! "PHPBB_VERSION" => "2.0 CVS", "ADMIN_LINK" => $admin_link)); *************** *** 101,103 **** exit; ! ?> \ No newline at end of file --- 101,103 ---- exit; ! ?> |