diff --git a/main.inc.php b/main.inc.php
index abf1eb5ecdfca2d9e93534fbc72c8001c544c89a..6fd31bbbd8f7a72cf4fd6997d6172bd2ab20fbc6 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-DPR4'); //Shown on admin panel
+    define('THIS_VERSION','1.7-RC1'); //Shown on admin panel
     define('SCHEMA_SIGNATURE','2e7531a201b5b8650dcd43681a832ebd'); //MD5 signature of the db schema. (used to trigger upgrades)
 
     #load config info
diff --git a/setup/setup.inc.php b/setup/setup.inc.php
index 5ccd831ab124fe149064c70802856d2ab9b1510a..d6f54ca268c784e471dc756d228ff888763d4730 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-DPR4');
+define('THIS_VERSION', '1.7-RC1');
 
 #inits
 error_reporting(E_ALL ^ E_NOTICE); //turn on errors??