equal
deleted
inserted
replaced
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 |