1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Beta-1 name changes

git-svn-id: file:///svn/phpbb/trunk@910 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-08-20 22:23:48 +00:00
parent fb5cd25094
commit 3fe7e0f6cc
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ $template->set_filenames(array(
);
$template->assign_vars(array(
"PHPBB_VERSION" => "2.0-alpha")
"PHPBB_VERSION" => "2.0 beta-1")
);
$template->pparse("page_footer");