From 70bd7ae4f12d8d137b769ea47db11a9136a72a79 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Mon, 30 Jul 2012 16:07:15 -0400
Subject: [PATCH] V1.7-RC1 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 abf1eb5ec..6fd31bbbd 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-DPR4'); //Shown on admin panel
+    define('THIS_VERSION','1.7-RC1'); //Shown on admin panel
     define('SCHEMA_SIGNATURE','2e7531a201b5b8650dcd43681a832ebd'); //MD5 signature of the db schema. (used to trigger upgrades)
 
     #load config info
diff --git a/setup/setup.inc.php b/setup/setup.inc.php
index 5ccd831ab..d6f54ca26 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-DPR4');
+define('THIS_VERSION', '1.7-RC1');
 
 #inits
 error_reporting(E_ALL ^ E_NOTICE); //turn on errors??
-- 
GitLab