From e7b73831e5b0a896d2dbd27f66b4ed7d5b4d1130 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Tue, 4 Jun 2019 12:21:25 -0400 Subject: [PATCH] Prepare for version 4.9.1 Signed-off-by: Isaac Bennetch --- README | 2 +- doc/conf.py | 2 +- libraries/classes/Config.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 7a518b1938..833c0d6c22 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.9.0.1 +Version 4.9.1-dev A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index 79fad8e2b4..7612d6fe88 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.0.1' +version = '4.9.1-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/classes/Config.php b/libraries/classes/Config.php index 131f595405..b2ccd821f7 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.0.1'); + $this->set('PMA_VERSION', '4.9.1-dev'); /* Major version */ $this->set( 'PMA_MAJOR_VERSION',