aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/page_footer_admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/admin/page_footer_admin.php')
-rw-r--r--phpBB/admin/page_footer_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/page_footer_admin.php b/phpBB/admin/page_footer_admin.php
index 3bca8b0abe..2ab8e6031e 100644
--- a/phpBB/admin/page_footer_admin.php
+++ b/phpBB/admin/page_footer_admin.php
@@ -30,7 +30,7 @@ $template->set_filenames(array(
);
$template->assign_vars(array(
- "PHPBB_VERSION" => "2.0 beta-1")
+ "PHPBB_VERSION" => "2.0 CVS")
);
$template->pparse("page_footer");