From a170c837903dccc7b7dd4e71d62fd22966d3e9c4 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Mon, 13 Aug 2012 19:14:06 -0400
Subject: [PATCH] 1.7-RC2 Release

---
 WHATSNEW.md         | 5 +++++
 main.inc.php        | 2 +-
 setup/setup.inc.php | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/WHATSNEW.md b/WHATSNEW.md
index 63abe0a61..8cac25f81 100644
--- a/WHATSNEW.md
+++ b/WHATSNEW.md
@@ -1,3 +1,8 @@
+New stuff in 1.7-rc2
+====================
+  * Bug fixes from rc1
+  * Nested help topics support
+
 New stuff in 1.7-rc1
 ====================
   * Upgrade support for osTicket 1.6-rc1 and later
diff --git a/main.inc.php b/main.inc.php
index f668cdf44..abcbfeabd 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-RC1'); //Shown on admin panel
+    define('THIS_VERSION','1.7-RC2'); //Shown on admin panel
     define('SCHEMA_SIGNATURE','d0e37dca324648f1ce2d10528a6026d4'); //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 d6f54ca26..07b86c6ff 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-RC1');
+define('THIS_VERSION', '1.7-RC2');
 
 #inits
 error_reporting(E_ALL ^ E_NOTICE); //turn on errors??
-- 
GitLab