diff --git a/main.inc.php b/main.inc.php
index 4ec8bbe8a5f2c8f5a005b2c966c9bbec80c5e53f..52b6e3bbb34cbb23aa7a43c4321a5169185466eb 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-RC5'); //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 e0691939210ec57a797070d292f9099d1b6a321d..59d1a1d50d63150d119755c7c410d4a35c3d1eca 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-RC5');
+define('THIS_VERSION', '1.7-RC5+');
 
 #inits - error reporting.
 $error_reporting = E_ALL & ~E_NOTICE;