Modified Files:
Tag: testlink_1_9
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.167.2.6
retrieving revision 1.167.2.7
diff -C2 -d -r1.167.2.6 -r1.167.2.7
*** const.inc.php 23 Jan 2011 16:05:54 -0000 1.167.2.6
--- const.inc.php 26 Jan 2011 09:01:58 -0000 1.167.2.7
***************
*** 25,28 ****
--- 25,32 ----
define('TL_VERSION', '1.9.2 (Prague - 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
// want to point to root install dir, need to remove fixed part