From: Nicolas H. <nh...@us...> - 2005-02-06 19:08:49
|
Update of /cvsroot/phpmychat/phpmychat/chat/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17374 Modified Files: release.lib.php Log Message: New release soon Index: release.lib.php =================================================================== RCS file: /cvsroot/phpmychat/phpmychat/chat/lib/release.lib.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** release.lib.php 1 Apr 2004 09:06:37 -0000 1.1.1.1 --- release.lib.php 6 Feb 2005 19:08:36 -0000 1.2 *************** *** 1,4 **** <?php define("APP_NAME", "phpMyChat"); // Application name ! define("APP_VERSION", "0.14.6-dev"); // Application version number ?> \ No newline at end of file --- 1,4 ---- <?php define("APP_NAME", "phpMyChat"); // Application name ! define("APP_VERSION", "0.15.0-dev"); // Application version number ?> \ No newline at end of file |