Prepare for 4.6.6 release

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2017-01-23 14:19:14 -05:00
parent 3087a88956
commit c812bcd411
4 changed files with 4 additions and 4 deletions

View File

@ -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

2
README
View File

@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
Version 4.6.6-dev
Version 4.6.6
A web interface for MySQL and MariaDB.

View File

@ -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

View File

@ -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
*/