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>2022-01-20 18:34:55 +0300
committerIsaac Bennetch <bennetch@gmail.com>2022-01-20 18:34:55 +0300
commit51f96694a0a7d40436bc53dec190bbde31f6b614 (patch)
treeea11479d4c30daa696270a07153dc9b38aee061f
parent6124ed4376a52349fbb21e36d1729228f8105e65 (diff)
Prepare for version 4.9.8
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
-rw-r--r--package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 8a9bfc7ae7..4db155d383 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.9.7
+Version 4.9.8
A web interface for MySQL and MariaDB.
diff --git a/doc/conf.py b/doc/conf.py
index fd0d69be68..36c7947686 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.7'
+version = '4.9.8'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/classes/Config.php b/libraries/classes/Config.php
index 5fc9186529..d1e521f2ea 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.7');
+ $this->set('PMA_VERSION', '4.9.8');
/* Major version */
$this->set(
'PMA_MAJOR_VERSION',
diff --git a/package.json b/package.json
index 7f108ff4cf..610c7ca961 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "phpmyadmin",
- "version": "4.9.7",
+ "version": "4.9.8",
"description": "A web interface for MySQL and MariaDB",
"repository": "https://github.com/phpmyadmin/phpmyadmin.git",
"author": "The phpMyAdmin Team <developers@phpmyadmin.net> (https://www.phpmyadmin.net/team/)",