Prepare for 4.9.10

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2022-02-10 22:01:50 -05:00
parent 337e1ee84c
commit a8c0d62285
4 changed files with 4 additions and 4 deletions

2
README
View File

@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
Version 4.9.9
Version 4.9.10
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.9'
version = '4.9.10'
# 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.9');
$this->set('PMA_VERSION', '4.9.10');
/* Major version */
$this->set(
'PMA_MAJOR_VERSION',

View File

@ -1,6 +1,6 @@
{
"name": "phpmyadmin",
"version": "4.9.9",
"version": "4.9.10",
"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/)",