diff --git a/ChangeLog b/ChangeLog index baaad95aa3..eda4f0f105 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.7.3 (not yet released) +4.7.4 (not yet released) + +4.7.3 (2017-07-20) - issue #13447 Large multi-line query removes Export operation and blanks query box options - issue #13445 Fixed rendering of query results - issue #13437 Fixed version check when not connected to a database diff --git a/README b/README index 7dd42ac692..8400e8e5a0 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.7.3-dev +Version 4.7.4-dev A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index 6978975a8f..d93749227f 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.3-dev' +version = '4.7.4-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.php b/libraries/Config.php index 3718a94218..00ff47dab9 100644 --- a/libraries/Config.php +++ b/libraries/Config.php @@ -103,7 +103,7 @@ class Config */ public function checkSystem() { - $this->set('PMA_VERSION', '4.7.3-dev'); + $this->set('PMA_VERSION', '4.7.4-dev'); /** * @deprecated */