From c0d3a04cae93c17244d0863996255b98d29ec868 Mon Sep 17 00:00:00 2001 From: chriskl Date: Mon, 19 May 2003 07:08:11 +0000 Subject: [PATCH] rebrand to beta-1 --- HISTORY | 2 +- libraries/lib.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index b2146d1c..c476a72a 100644 --- a/HISTORY +++ b/HISTORY @@ -1,7 +1,7 @@ phpPgAdmin History ------------------ -Version 3.0.0-dev-5 +Version 3.0-beta-1 ------------------- * Cascade drop on columns and constraints diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index e5c03d85..78a39c12 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -3,7 +3,7 @@ /** * Function library read in upon startup * - * $Id: lib.inc.php,v 1.47 2003/05/17 15:53:31 chriskl Exp $ + * $Id: lib.inc.php,v 1.48 2003/05/19 07:08:11 chriskl Exp $ */ // Set error reporting level to max @@ -13,7 +13,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '3.0.0-dev-5'; + $appVersion = '3.0-beta-1'; // Check to see if the configuration file exists, if not, explain -- 2.39.5