From 7fa2f565ff0e6a3b8b8fcf84fb936cc8d5f4e9fa Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Tue, 19 Feb 2013 11:18:18 -0500
Subject: [PATCH] Bump version number to RC5+ post RC5 release

---
 main.inc.php        | 2 +-
 setup/setup.inc.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.inc.php b/main.inc.php
index 4ec8bbe8a..52b6e3bbb 100644
--- a/main.inc.php
+++ b/main.inc.php
@@ -62,7 +62,7 @@
     /*############## Do NOT monkey with anything else beyond this point UNLESS you really know what you are doing ##############*/
 
     #Current version && schema signature (Changes from version to version)
-    define('THIS_VERSION','1.7-RC5'); //Shown on admin panel
+    define('THIS_VERSION','1.7-RC5+'); //Shown on admin panel
     define('SCHEMA_SIGNATURE', 'd959a00e55c75e0c903b9e37324fd25d'); //MD5 signature of the db schema. (used to trigger upgrades)
     #load config info
     $configfile='';
diff --git a/setup/setup.inc.php b/setup/setup.inc.php
index e06919392..59d1a1d50 100644
--- a/setup/setup.inc.php
+++ b/setup/setup.inc.php
@@ -15,7 +15,7 @@
 **********************************************************************/
 
 #This  version - changed on every release
-define('THIS_VERSION', '1.7-RC5');
+define('THIS_VERSION', '1.7-RC5+');
 
 #inits - error reporting.
 $error_reporting = E_ALL & ~E_NOTICE;
-- 
GitLab