|
From: Benjamin C. <bc...@us...> - 2004-05-07 13:34:22
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32160 Modified Files: Tag: htmltemplates config-dist.php Log Message: Getting ready for 1.0 Index: config-dist.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/config-dist.php,v retrieving revision 1.26.2.2 retrieving revision 1.26.2.3 diff -u -r1.26.2.2 -r1.26.2.3 --- config-dist.php 3 May 2004 13:34:38 -0000 1.26.2.2 +++ config-dist.php 7 May 2004 13:34:13 -0000 1.26.2.3 @@ -65,7 +65,7 @@ define ('TBL_SITE', TBL_PREFIX.'site'); define ('ONEDAY', 86400); -define ('PHPBT_VERSION', '0.9.0'); +define ('PHPBT_VERSION', '1.0'); require_once ('./inc/auth.php'); |