From ec040a1b6e9d19bf3439e3f8931a4d63720ce867 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 10 Nov 2011 09:08:43 -0500 Subject: [PATCH] 3.4.7.1 release --- ChangeLog | 2 +- Documentation.html | 4 ++-- README | 2 +- libraries/Config.class.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ccfc217d8..6ada51ed2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ phpMyAdmin - ChangeLog ====================== -3.4.7.1 (not yet released) +3.4.7.1 (2011-11-10) - [security] Fixed possible local file inclusion in XML import (CVE-2011-4107). 3.4.7.0 (2011-10-23) diff --git a/Documentation.html b/Documentation.html index d376f73586..083da6ea0f 100644 --- a/Documentation.html +++ b/Documentation.html @@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 - phpMyAdmin 3.4.7 - Documentation + phpMyAdmin 3.4.7.1 - Documentation @@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 diff --git a/README b/README index ae117ebb14..488cb045b1 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 3.4.7 +Version 3.4.7.1 A set of PHP-scripts to manage MySQL over the web. diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 824d04c780..f42ad6eecc 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.7'); + $this->set('PMA_VERSION', '3.4.7.1'); /** * @deprecated */ -- 2.11.4.GIT