1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 18:26:32 +02:00

oops, forgot to change version setting ...

git-svn-id: file:///svn/phpbb/trunk@2261 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-03-04 01:48:02 +00:00
parent a03c301e04
commit 081e0bdfeb
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ $template->set_filenames(array(
);
$template->assign_vars(array(
"PHPBB_VERSION" => "2.0 CVS",
"PHPBB_VERSION" => "2.0 " . $board_config['version'],
"TRANSLATION_INFO" => $lang['TRANSLATION_INFO'])
);