testlink/cfg const.inc.php,1.171,1.172

11 views
Skip to first unread message

Julian

unread,
Jan 26, 2011, 4:02:03 AM1/26/11
to asi...@users.sourceforge.net
Update of /cvsroot/testlink/testlink/cfg
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31116/cfg

Modified Files:
const.inc.php
Log Message:
BUGID 4186 - checkSchemaVersion() moved last_db_version to const.inc.php

Index: const.inc.php
===================================================================
RCS file: /cvsroot/testlink/testlink/cfg/const.inc.php,v
retrieving revision 1.171
retrieving revision 1.172
diff -C2 -d -r1.171 -r1.172
*** const.inc.php 1 Jan 2011 17:01:36 -0000 1.171
--- const.inc.php 26 Jan 2011 09:02:01 -0000 1.172
***************
*** 23,27 ****
/** TestLink Release version (MUST BE changed before the release day) */
define('TL_FACE_DIR', 'baires');
! define('TL_VERSION', '2.0 (Development)');

// needed to avoid problems in install scripts that do not include config.inc.php
--- 23,31 ----
/** TestLink Release version (MUST BE changed before the release day) */
define('TL_FACE_DIR', 'baires');
! define('TL_VERSION', '2.0 (Development)');
!
! /** Last Database version that is used to give users feedback about necesssary upgrades
! * if you set this parameter also upgrade configCheck.php - checkSchemaVersion() */
! define('TL_LAST_DB_VERSION', 'DB 1.4');

// needed to avoid problems in install scripts that do not include config.inc.php

Reply all
Reply to author
Forward
0 new messages