From: Scott P. <wht...@us...> - 2007-09-30 17:18:36
|
Update of /cvsroot/helpmeict/Helpdesk In directory sc8-pr-cvs17:/tmp/cvs-serv31307 Modified Files: index.php upgrade.php Log Message: Update upgrade scripts for 1.0 Index: upgrade.php =================================================================== RCS file: /cvsroot/helpmeict/Helpdesk/upgrade.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** upgrade.php 7 Feb 2007 01:46:40 -0000 1.3 --- upgrade.php 30 Sep 2007 17:18:31 -0000 1.4 *************** *** 33,37 **** // Version number of this release (also defined in index.php) ! define(SCRIPTVERSION, '0.9.9'); // Destroy any session that might exist effectively logging off --- 33,37 ---- // Version number of this release (also defined in index.php) ! define("SCRIPTVERSION", '1.0'); // Destroy any session that might exist effectively logging off Index: index.php =================================================================== RCS file: /cvsroot/helpmeict/Helpdesk/index.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** index.php 12 Sep 2007 23:37:32 -0000 1.14 --- index.php 30 Sep 2007 17:18:31 -0000 1.15 *************** *** 37,41 **** // Version number of this release (also defined in upgrade.php) ! define("SCRIPTVERSION", '0.9.9'); // Global configuration --- 37,41 ---- // Version number of this release (also defined in upgrade.php) ! define("SCRIPTVERSION", '1.0'); // Global configuration |