aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/page_tail.php2
1 files changed, 1 insertions, 1 deletions
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");