Prepare version 4.9.0.1

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2019-06-04 12:05:18 -04:00
parent 7cb6e69186
commit 004848d93f
4 changed files with 4 additions and 4 deletions

View File

@ -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

2
README
View File

@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
Version 4.9.1-dev
Version 4.9.0.1
A web interface for MySQL and MariaDB.

View File

@ -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

View File

@ -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',