From 3fe7e0f6cc13d13a5ee14b1e4803fa174a3237a5 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 20 Aug 2001 22:23:48 +0000 Subject: Beta-1 name changes git-svn-id: file:///svn/phpbb/trunk@910 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/page_tail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/page_tail.php b/phpBB/includes/page_tail.php index 80cb7e3bfd..b9365871cf 100644 --- a/phpBB/includes/page_tail.php +++ b/phpBB/includes/page_tail.php @@ -40,7 +40,7 @@ $template->set_filenames(array( ); $template->assign_vars(array( - "PHPBB_VERSION" => "2.0a", + "PHPBB_VERSION" => "2.0 beta-1", "ADMIN_LINK" => $admin_link)); $template->pparse("overall_footer"); -- cgit v1.2.1