From 51e2cef4a846fd9d2a8aeaf2128891f7df0e6726 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Mon, 17 Dec 2012 14:18:35 -0500 Subject: [PATCH] Bump version number post RC4 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 43aeca4d6..f5b335a0b 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-RC4'); //Shown on admin panel + define('THIS_VERSION','1.7-RC4+'); //Shown on admin panel define('SCHEMA_SIGNATURE','9f3b454c06dfd5ee96003eae5182ac13'); //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 8eeb792fe..d8c8e3cb0 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-RC4'); +define('THIS_VERSION', '1.7-RC4+'); #inits - error reporting. $error_reporting = E_ALL & ~E_NOTICE; -- GitLab