install/includes/common.php
changeset 1195 449fdd113eb0
parent 1081 745200a9cc2a
child 1227 bdac73ed481e
equal deleted inserted replaced
1194:70169f572190 1195:449fdd113eb0
    13  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    13  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    14  */
    14  */
    15 
    15 
    16 // Our version number. This needs to be changed for any custom releases.
    16 // Our version number. This needs to be changed for any custom releases.
    17 $installer_version = array(
    17 $installer_version = array(
    18   'version' => '1.1.7',
    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 
    23