From 00828f9ccb1024fbcd528f41dfdf28fab918dfff Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 3 Dec 2014 07:55:56 -0500 Subject: [PATCH] 4.0.10.7 release Signed-off-by: Marc Delisle --- ChangeLog | 2 +- README | 2 +- doc/conf.py | 2 +- libraries/Config.class.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0a9f46ccc8..c0d3a959fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ phpMyAdmin - ChangeLog ====================== -4.0.10.7 (not yet released) +4.0.10.7 (2014-12-03) - bug #4611 [security] DOS attack with long passwords 4.0.10.6 (2014-11-20) diff --git a/README b/README index e39ef44eda..12aa8cd640 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.0.10.6 +Version 4.0.10.7 A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index d3ac475608..849a0a4750 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ copyright = u'2012 - 2013, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.0.10.6' +version = '4.0.10.7' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 290c69ba2f..ae628b4cbd 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -102,7 +102,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '4.0.10.6'); + $this->set('PMA_VERSION', '4.0.10.7'); /** * @deprecated */