diff --git a/main/install/version.php b/main/install/version.php index aa2adda96b..3ef2059b72 100644 --- a/main/install/version.php +++ b/main/install/version.php @@ -11,10 +11,10 @@ /** * Variables used from the main/install/index.php */ -$new_version = '1.9.2'; +$new_version = '1.10.0'; $new_version_status = 'Unstable'; $new_version_last_id = 1; $new_version_stable = false; -$new_version_major = false; +$new_version_major = true; $software_name = 'Chamilo'; $software_url = 'http://www.chamilo.org/';