From: Wendall C. <wen...@us...> - 2005-03-23 20:43:33
|
Update of /cvsroot/phpwsbb/phpwsbb/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31794/boost Modified Files: update.php Log Message: version bump Index: update.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/boost/update.php,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** update.php 4 Mar 2005 18:19:41 -0000 1.48 --- update.php 23 Mar 2005 20:42:37 -0000 1.49 *************** *** 328,331 **** --- 328,334 ---- $content .= 'Added height and width attributes to all images.<br />'; } + if(version_compare($currentVersion, '1.0.3') < 0) { + $content .= 'Several bug fixes see ChangeLog.<br />'; + } ?> \ No newline at end of file |