Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Bennetch <bennetch@gmail.com>2017-01-23 22:19:14 +0300
committerIsaac Bennetch <bennetch@gmail.com>2017-01-23 22:19:14 +0300
commitc812bcd4112c3d44e6e6bc72e710b9935c6aa9d3 (patch)
treea61197e7cc49257b9fecad445a83ef0b25937896
parent3087a889567ecf547ac98f6c7668c67a1153f3af (diff)
Prepare for 4.6.6 releaseRELEASE_4_6_6
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
-rw-r--r--ChangeLog2
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.php2
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
*/