aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-08-20 22:23:48 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-08-20 22:23:48 +0000
commit3fe7e0f6cc13d13a5ee14b1e4803fa174a3237a5 (patch)
tree8fc8d1485ad468498adc915bb86129d005db2790
parentfb5cd25094c7a82867ecfa86f4c1fb63b633b51c (diff)
downloadforums-3fe7e0f6cc13d13a5ee14b1e4803fa174a3237a5.tar
forums-3fe7e0f6cc13d13a5ee14b1e4803fa174a3237a5.tar.gz
forums-3fe7e0f6cc13d13a5ee14b1e4803fa174a3237a5.tar.bz2
forums-3fe7e0f6cc13d13a5ee14b1e4803fa174a3237a5.tar.xz
forums-3fe7e0f6cc13d13a5ee14b1e4803fa174a3237a5.zip
Beta-1 name changes
git-svn-id: file:///svn/phpbb/trunk@910 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/admin/page_footer_admin.php2
-rw-r--r--phpBB/includes/page_tail.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/admin/page_footer_admin.php b/phpBB/admin/page_footer_admin.php
index 6473c7b7f6..0c8c8f38c4 100644
--- a/phpBB/admin/page_footer_admin.php
+++ b/phpBB/admin/page_footer_admin.php
@@ -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");
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");