diff --git a/boot.php b/boot.php index 04adea33e..632394cb6 100755 --- a/boot.php +++ b/boot.php @@ -44,6 +44,7 @@ require_once('include/taxonomy.php'); define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); + define ( 'DB_UPDATE_VERSION', 1072 ); define ( 'EOL', '
' . "\r\n" );