From: Lo?c C. <lo...@us...> - 2001-06-08 17:47:19
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib In directory usw-pr-cvs1:/tmp/cvs-serv29735/chat/lib Modified Files: release.lib.php3 Log Message: Prepare the 0.14.5 release ***** 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.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** release.lib.php3 2001/05/31 18:06:11 1.8 --- release.lib.php3 2001/06/08 17:47:16 1.9 *************** *** 1,4 **** <?php define("APP_NAME", "phpMyChat"); // Application name ! define("APP_VERSION", "0.14.4"); // Application version number ?> --- 1,4 ---- <?php define("APP_NAME", "phpMyChat"); // Application name ! define("APP_VERSION", "0.14.5-RC1"); // Application version number ?> |