From b80756232e06a7b235b9fe2705132cecc25d5cba Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sat, 31 May 2014 07:16:27 -0500 Subject: [PATCH] Update for rc --- main/install/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/install/version.php b/main/install/version.php index 0a7f43faa2..c33faef53a 100755 --- a/main/install/version.php +++ b/main/install/version.php @@ -13,7 +13,7 @@ * Variables used from the main/install/index.php */ $new_version = '1.9.8'; -$new_version_status = 'beta'; +$new_version_status = 'rc'; $new_version_last_id = 0; $new_version_stable = false; $new_version_major = false;