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:
authorMarc Delisle <marc@infomarc.info>2015-12-25 23:25:34 +0300
committerMarc Delisle <marc@infomarc.info>2015-12-25 23:25:34 +0300
commit66149607b1b578bbedc0a90e3c000e8c410c7c8e (patch)
treee1e5753cd01a9e687a1b5428445c63b44b270947
parentf79d30dd98e02411e33367b01af86d4125630792 (diff)
4.0.10.12 releaseRELEASE_4_0_10_12
Signed-off-by: Marc Delisle <marc@infomarc.info>
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.class.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 711cbec8a6..4565fde578 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.0.10.11
+Version 4.0.10.12
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 6fab53cfab..eb0d03c7df 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,7 +49,7 @@ copyright = u'2012 - 2013, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
-version = '4.0.10.11'
+version = '4.0.10.12'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 4b2d24c468..be0702b4bf 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -102,7 +102,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '4.0.10.11');
+ $this->set('PMA_VERSION', '4.0.10.12');
/**
* @deprecated
*/