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:
authorChristian Foellmann <foellmann@foe-services.de>2014-09-22 14:13:19 +0400
committerChristian Foellmann <foellmann@foe-services.de>2014-09-22 14:13:19 +0400
commitf47a5e0130fef6a3858fe9566f0726b23c21330f (patch)
tree9b339aeae85613b2a4d968fbea9ebe922cf75557 /libraries/Config.class.php
parent3ec415b4402a4b8e3521f9604efa445a91433bd0 (diff)
UPDATE 4.2.9
Diffstat (limited to 'libraries/Config.class.php')
-rw-r--r--libraries/Config.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 5945fe2fef..4b761c8bec 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -114,7 +114,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '4.2.7');
+ $this->set('PMA_VERSION', '4.2.9');
/**
* @deprecated
*/