install/includes/common.php
changeset 1259 49db7495f6b8
parent 1227 bdac73ed481e
child 1346 b79029a49d28
equal deleted inserted replaced
1258:d972b1276d95 1259:49db7495f6b8
    18 	'version' => '1.1.8',
    18 	'version' => '1.1.8',
    19 	'type' => 'beta'
    19 	'type' => 'beta'
    20 	// If type is set to "rc", "beta", or "alpha", optionally another version number can be issued with the key 'sub':
    20 	// If type is set to "rc", "beta", or "alpha", optionally another version number can be issued with the key 'sub':
    21 	// 'sub' => '3' will produce Enano 1.1.1a3 / Enano 1.1.1 alpha 3
    21 	// 'sub' => '3' will produce Enano 1.1.1a3 / Enano 1.1.1 alpha 3
    22 );
    22 );
       
    23 
       
    24 // Database schema version
       
    25 // This is incremented each time a change to the database structure is made.
       
    26 // If it doesn't match the version in the DB, the user will be asked to upgrade.
       
    27 // This must match includes/common.php!
       
    28 $db_version = 1125;
    23 
    29 
    24 function installer_enano_version($long = false)
    30 function installer_enano_version($long = false)
    25 {
    31 {
    26 	global $installer_version;
    32 	global $installer_version;
    27 	static $keywords = array(
    33 	static $keywords = array(