diff --git a/main.inc.php b/main.inc.php
index baf06e4ec7773b2d104b517e4bde2aa3e46d2e5f..43aeca4d617c5d5eec310df9899611073ddf9250 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-RC3+'); //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 8f32e67af6b02242472c3e01ff0e6fe37ea9ce87..8eeb792feebca0c57bcf8d6c7e8ee24e98474985 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-RC3+');
+define('THIS_VERSION', '1.7-RC4');
 
 #inits - error reporting.
 $error_reporting = E_ALL & ~E_NOTICE;