From: Lo?c C. <lo...@us...> - 2001-04-29 14:28:28
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib In directory usw-pr-cvs1:/tmp/cvs-serv27979/chat/lib Modified Files: release.lib.php3 Log Message: Updated the release number ***** Bogus filespec: - ***** Bogus filespec: 0.14/chat/lib Index: release.lib.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib/release.lib.php3,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** release.lib.php3 2001/04/22 18:46:23 1.4 --- release.lib.php3 2001/04/29 14:28:26 1.5 *************** *** 1,4 **** <?php define("APP_NAME", "phpMyChat"); // Application name ! define("APP_VERSION", "0.14.3 - beta 1"); // Application version number ?> --- 1,4 ---- <?php define("APP_NAME", "phpMyChat"); // Application name ! define("APP_VERSION", "0.14.3 - beta 2"); // Application version number ?> |