From 919164151a5729f1ec1bdc312b806a8f89aeb2af Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Thu, 1 Nov 2012 01:39:04 -0400 Subject: [PATCH] Bump version number to RC3 --- 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 97500cde4..4a775b233 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-RC2+'); //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 f2d0bb5e1..a79c93c7e 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-RC2+'); +define('THIS_VERSION', '1.7-RC3'); #inits - error reporting. $error_reporting = E_ALL & ~E_NOTICE; -- GitLab