Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Bennetch <bennetch@gmail.com>2019-06-04 19:21:25 +0300
committerIsaac Bennetch <bennetch@gmail.com>2019-06-04 19:21:25 +0300
commite7b73831e5b0a896d2dbd27f66b4ed7d5b4d1130 (patch)
tree0088b11c4b2efc569b748ded03ab0e730620b362
parenta5f19ea80d0ceefbdca241664cb8b90a62e16890 (diff)
Prepare for version 4.9.1
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/classes/Config.php2
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',