From 41aebd754252293bca52045325a34b424b5e19ff Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 4 Jun 2013 00:44:37 -0500 Subject: [PATCH] Updated version info --- main/install/version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/install/version.php b/main/install/version.php index 6ce3f6691a..0750597f50 100644 --- a/main/install/version.php +++ b/main/install/version.php @@ -13,9 +13,9 @@ * Variables used from the main/install/index.php */ $new_version = '1.9.6'; -$new_version_status = 'RC'; -$new_version_last_id = 1; -$new_version_stable = false; +$new_version_status = 'stable'; +$new_version_last_id = 0; +$new_version_stable = true; $new_version_major = false; $software_name = 'Chamilo'; $software_url = 'http://www.chamilo.org/';