install/includes/common.php
changeset 411 d1a95497b68f
parent 400 7eef739a5b81
child 436 242353360e37
equal deleted inserted replaced
410:9db359d6e60c 411:d1a95497b68f
    14  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    14  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    15  */
    15  */
    16 
    16 
    17 // Our version number. This needs to be changed for any custom releases.
    17 // Our version number. This needs to be changed for any custom releases.
    18 $installer_version = array(
    18 $installer_version = array(
    19   'version' => '1.1.1',
    19   'version' => '1.1.2',
    20   'type' => 'alpha'
    20   'type' => 'alpha'
    21   // If type is set to "rc", "beta", or "alpha", optionally another version number can be issued with the key 'sub':
    21   // If type is set to "rc", "beta", or "alpha", optionally another version number can be issued with the key 'sub':
    22   // 'sub' => '3' will produce Enano 1.1.1a3 / Enano 1.1.1 alpha 3
    22   // 'sub' => '3' will produce Enano 1.1.1a3 / Enano 1.1.1 alpha 3
    23 );
    23 );
    24 
    24