Update of /cvsroot/phpwebsite-comm/modules/whatsnew/boost
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11215/boost
Modified Files:
boost.php
Log Message:
tweaks and fixes to prepare for release
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/whatsnew/boost/boost.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** boost.php 22 Jul 2008 12:24:38 -0000 1.1.1.1
--- boost.php 22 Jul 2008 12:47:26 -0000 1.2
***************
*** 24,28 ****
$proper_name = "What's New";
! $version = '0.0.1';
$import_sql = false;
$version_http = 'http://verdon.ca/downloads/modules/whatsnew/check.xml';
--- 24,28 ----
$proper_name = "What's New";
! $version = '0.0.2';
$import_sql = false;
$version_http = 'http://verdon.ca/downloads/modules/whatsnew/check.xml';
|