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-23 07:24:19 +0300
committerIsaac Bennetch <bennetch@gmail.com>2022-01-23 07:25:15 +0300
commit1e8f8121fd699ec1d5e101631d6e230882099652 (patch)
tree07e8faf2e9858248e4519f7bc7f0901cdb648fca /libraries
parent6578ae943381c9eac5394636a98ed4c51042a82f (diff)
Prepare for version 4.9.9
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/classes/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/classes/Config.php b/libraries/classes/Config.php
index d1e521f2ea..35ef4fa2b9 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.8');
+ $this->set('PMA_VERSION', '4.9.9');
/* Major version */
$this->set(
'PMA_MAJOR_VERSION',