Update version numbers in install scripts

pull/2487/head
Yannick Warnier 9 years ago
parent 426cc1834e
commit a8470af3d0
  1. 6
      main/install/index.php
  2. 8
      main/install/version.php

@ -126,7 +126,11 @@ $update_from_version_8 = array(
'1.9.10', '1.9.10',
'1.9.10.2', '1.9.10.2',
'1.9.10.4', '1.9.10.4',
'1.9.10.6' '1.9.10.6',
'1.10.0',
'1.10.2',
'1.10.4',
'1.10.6',
); );
$my_old_version = ''; $my_old_version = '';

@ -14,9 +14,9 @@
* Variables used from the main/install/index.php * Variables used from the main/install/index.php
*/ */
$new_version = '1.11.0'; $new_version = '1.11.0';
$new_version_status = 'stable'; $new_version_status = 'alpha';
$new_version_last_id = 0; $new_version_last_id = 0;
$new_version_stable = true; $new_version_stable = false;
$new_version_major = false; $new_version_major = true;
$software_name = 'Chamilo'; $software_name = 'Chamilo';
$software_url = 'http://www.chamilo.org/'; $software_url = 'https://chamilo.org/';

Loading…
Cancel
Save