From b58d0b5ae9cfcde1dba533364dab1f7e11353e30 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Wed, 29 Nov 2017 19:18:45 -0500 Subject: [PATCH] Prepare for 4.7.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 c6b09d33f2..5bd00092f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ phpMyAdmin - ChangeLog ====================== -4.7.6 (not yet released) +4.7.6 (2017-11-29) - issue #13517 Fixed check all interaction with filtering - issue #13803 Add SJIS-win to default list of allowed charsets - issue #13436 Improve detection that MySQL server needs SSL connection diff --git a/README b/README index 93e65a343c..bc6a62844a 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.7.6-dev +Version 4.7.6 A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index 1fee156225..70efc69937 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ copyright = u'2012 - 2017, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.7.6-dev' +version = '4.7.6' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.php b/libraries/Config.php index 678cd3a1e7..301c1a1f8c 100644 --- a/libraries/Config.php +++ b/libraries/Config.php @@ -103,7 +103,7 @@ class Config */ public function checkSystem() { - $this->set('PMA_VERSION', '4.7.6-dev'); + $this->set('PMA_VERSION', '4.7.6'); /** * @deprecated */