From 28a79c9d09fc87c489f13a611c9f9bf2ece8f4b9 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Fri, 20 Mar 2020 22:02:51 -0400 Subject: [PATCH] Prepare for version 4.9.5 Signed-off-by: Isaac Bennetch --- README | 2 +- doc/conf.py | 2 +- libraries/classes/Config.php | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index c436d5f965..90886d1c8b 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.9.4 +Version 4.9.5 A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index 253f1d9c7e..668eb43dda 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.4' +version = '4.9.5' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/classes/Config.php b/libraries/classes/Config.php index d609cf1ae5..b89a8bb13c 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.4'); + $this->set('PMA_VERSION', '4.9.5'); /* Major version */ $this->set( 'PMA_MAJOR_VERSION', diff --git a/package.json b/package.json index 16e4b679f4..b608e4b625 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phpmyadmin", - "version": "4.9.4", + "version": "4.9.5", "description": "A web interface for MySQL and MariaDB", "repository": "https://github.com/phpmyadmin/phpmyadmin.git", "author": "The phpMyAdmin Team (https://www.phpmyadmin.net/team/)",