diff --git a/main.inc.php b/main.inc.php index 9353bb78cbd1c53cff80cea5eacbe7a6522c13d5..4ec8bbe8a5f2c8f5a005b2c966c9bbec80c5e53f 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 39f7e56b394160322c8df4cf2a1afa06f54fe1a5..e0691939210ec57a797070d292f9099d1b6a321d 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;