From a8470af3d0fecd187e6c78de490284582743553e Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 13 Jul 2016 00:37:25 -0500 Subject: [PATCH] Update version numbers in install scripts --- main/install/index.php | 6 +++++- main/install/version.php | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/main/install/index.php b/main/install/index.php index 8e439e3d18..fe46788cbd 100755 --- a/main/install/index.php +++ b/main/install/index.php @@ -126,7 +126,11 @@ $update_from_version_8 = array( '1.9.10', '1.9.10.2', '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 = ''; diff --git a/main/install/version.php b/main/install/version.php index 89c4c0a4f1..5def5958cf 100755 --- a/main/install/version.php +++ b/main/install/version.php @@ -14,9 +14,9 @@ * Variables used from the main/install/index.php */ $new_version = '1.11.0'; -$new_version_status = 'stable'; +$new_version_status = 'alpha'; $new_version_last_id = 0; -$new_version_stable = true; -$new_version_major = false; +$new_version_stable = false; +$new_version_major = true; $software_name = 'Chamilo'; -$software_url = 'http://www.chamilo.org/'; +$software_url = 'https://chamilo.org/';