diff --git a/ChangeLog b/ChangeLog index e146f610ec..66212fce48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ phpMyAdmin - ChangeLog 4.9.1 (not yet released) -4.9.0 (2019-06-04) +4.9.0.1 (2019-06-04) - issue #14478 phpMyAdmin no longer streams the export data - issue #14514 Tables with SYSTEM VERSIONING show up as views instead of tables - issue #14515 Values cannot be edited in SYSTEM VERSIONING tables with INVISIBLE timestamps diff --git a/README b/README index 833c0d6c22..7a518b1938 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.9.1-dev +Version 4.9.0.1 A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index 7612d6fe88..79fad8e2b4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ copyright = u'2012 - 2018, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.9.1-dev' +version = '4.9.0.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/classes/Config.php b/libraries/classes/Config.php index b2ccd821f7..131f595405 100644 --- a/libraries/classes/Config.php +++ b/libraries/classes/Config.php @@ -116,7 +116,7 @@ class Config */ public function checkSystem() { - $this->set('PMA_VERSION', '4.9.1-dev'); + $this->set('PMA_VERSION', '4.9.0.1'); /* Major version */ $this->set( 'PMA_MAJOR_VERSION',