diff --git a/Documentation.html b/Documentation.html index affe1992a..77dd1f664 100644 --- a/Documentation.html +++ b/Documentation.html @@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 - phpMyAdmin 3.4.11-dev - Documentation + phpMyAdmin 3.4.11-rc1 - Documentation @@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 diff --git a/README b/README index aa9c27950..d949d52cb 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 3.4.11-dev +Version 3.4.11-rc1 A set of PHP-scripts to manage MySQL over the web. @@ -13,7 +13,7 @@ Copyright Copyright (C) 1998-2000 Tobias Ratschiller -Copyright (C) 2001-2011 +Copyright (C) 2001-2012 Marc Delisle Olivier Müller Robin Johnson diff --git a/libraries/Config.class.php b/libraries/Config.class.php index f6d6c63df..87f1b4b1f 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -96,7 +96,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.4.11-dev'); + $this->set('PMA_VERSION', '3.4.11-rc1'); /** * @deprecated */