diff options
author | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-11-01 22:57:35 +0000 |
---|---|---|
committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-11-01 22:57:35 +0000 |
commit | 112b015c47347d068057f257806774c0e3cf90a8 (patch) | |
tree | ccfb59826d50e9b5d5d817d60102f0b38f0b24a9 /phpBB | |
parent | 5f5dce410f3f082dbde98ed7c31d4e98b343bce7 (diff) | |
download | forums-112b015c47347d068057f257806774c0e3cf90a8.tar forums-112b015c47347d068057f257806774c0e3cf90a8.tar.gz forums-112b015c47347d068057f257806774c0e3cf90a8.tar.bz2 forums-112b015c47347d068057f257806774c0e3cf90a8.tar.xz forums-112b015c47347d068057f257806774c0e3cf90a8.zip |
This is not Beta-1 anymore
git-svn-id: file:///svn/phpbb/trunk@1256 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/page_tail.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/page_tail.php b/phpBB/includes/page_tail.php index dd761e77cb..b730115b43 100644 --- a/phpBB/includes/page_tail.php +++ b/phpBB/includes/page_tail.php @@ -47,7 +47,7 @@ else } $template->assign_vars(array( - "PHPBB_VERSION" => "2.0 beta-1", + "PHPBB_VERSION" => "2.0 CVS", "ADMIN_LINK" => $admin_link)); $template->pparse("overall_footer"); @@ -100,4 +100,4 @@ if($do_gzip_compress) exit; -?>
\ No newline at end of file +?> |