From bbba2c40c14b414b441d6e84d2ea62a142bd1c2a Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Thu, 1 Nov 2012 16:28:22 -0400
Subject: [PATCH] Bump develop version number post RC3 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 4a775b233..5b5fc5931 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-RC3'); //Shown on admin panel
+    define('THIS_VERSION','1.7-RC3+'); //Shown on admin panel
     define('SCHEMA_SIGNATURE','00ff231f2ade8797a0e7f2a7fccd52f4'); //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 a79c93c7e..8f32e67af 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-RC3');
+define('THIS_VERSION', '1.7-RC3+');
 
 #inits - error reporting.
 $error_reporting = E_ALL & ~E_NOTICE;
-- 
GitLab