diff --git a/main.inc.php b/main.inc.php
index 43aeca4d617c5d5eec310df9899611073ddf9250..f5b335a0b3630c5b8a2ca395018279b9d57a54b9 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 8eeb792feebca0c57bcf8d6c7e8ee24e98474985..d8c8e3cb0e642184a7769c7044326e88663bfa5e 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;