From ad5b66254e194b4f3cb7cb7ce07452ac8fd0d6b4 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Fri, 24 May 2013 13:27:47 -0500 Subject: [PATCH] Updated version script for 1.9.6RC and moving to RC2 (because of that forgotten change) --- main/install/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/install/version.php b/main/install/version.php index dfc7ce8f8d..6ce3f6691a 100644 --- a/main/install/version.php +++ b/main/install/version.php @@ -13,8 +13,8 @@ * Variables used from the main/install/index.php */ $new_version = '1.9.6'; -$new_version_status = 'dev'; -$new_version_last_id = 0; +$new_version_status = 'RC'; +$new_version_last_id = 1; $new_version_stable = false; $new_version_major = false; $software_name = 'Chamilo';