diff --git a/ChangeLog b/ChangeLog index c6b09d33f2..e29f005a0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.7.6 (not yet released) +4.7.7 (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..84743c31e5 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.7.6-dev +Version 4.7.7-dev A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index 1fee156225..66623907b5 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.7-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.php b/libraries/Config.php index 678cd3a1e7..8c9c0f3d35 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.7-dev'); /** * @deprecated */