From 82a8562a4e233ffa22430207fe5b7c9a9fa2d926 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Tue, 19 Feb 2013 11:12:20 -0500 Subject: [PATCH] Bump version number --- 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 9353bb78c..4ec8bbe8a 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-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 39f7e56b3..e06919392 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-RC5'); #inits - error reporting. $error_reporting = E_ALL & ~E_NOTICE; -- GitLab