diff --git a/Documentation.html b/Documentation.html index cbb03f4308..2a62637ce9 100644 --- a/Documentation.html +++ b/Documentation.html @@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 - phpMyAdmin 3.5.0-beta2 - Documentation + phpMyAdmin 3.5.0-rc1 - Documentation @@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 diff --git a/README b/README index 14442f7f5e..ebdcaf7559 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 3.5.0-beta2 +Version 3.5.0-rc1 A set of PHP-scripts to manage MySQL over the web. diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 72e254dc4b..7f25ab67ee 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -98,7 +98,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.5.0-beta2'); + $this->set('PMA_VERSION', '3.5.0-rc1'); /** * @deprecated */