From c812bcd4112c3d44e6e6bc72e710b9935c6aa9d3 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Mon, 23 Jan 2017 14:19:14 -0500 Subject: [PATCH] Prepare for 4.6.6 release Signed-off-by: Isaac Bennetch --- ChangeLog | 2 +- README | 2 +- doc/conf.py | 2 +- libraries/Config.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e17a2e4b87..644ed47e40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ phpMyAdmin - ChangeLog ====================== -4.6.6 (not yet released) +4.6.6 (2017-01-23) - issue #12759 Fix Notice regarding 'Undefined index: old_usergroup' - issue #12760 Fix Notice regarding 'Undefined index: users' - issue #12762 Fixed parsing of SQL with BINARY function diff --git a/README b/README index 0f8671254a..d547484ee6 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.6.6-dev +Version 4.6.6 A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index 1b34b9babc..daa0c446e2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ copyright = u'2012 - 2016, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.6.6-dev' +version = '4.6.6' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.php b/libraries/Config.php index f1191ce01c..254d9533d4 100644 --- a/libraries/Config.php +++ b/libraries/Config.php @@ -101,7 +101,7 @@ class Config */ public function checkSystem() { - $this->set('PMA_VERSION', '4.6.6-dev'); + $this->set('PMA_VERSION', '4.6.6'); /** * @deprecated */