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:
-rw-r--r--README4
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.class.php2
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index daaf74746b..f73687e1a5 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.0.10
+Version 4.0.10.1
A set of PHP-scripts to manage MySQL over the web.
@@ -13,7 +13,7 @@ Copyright
Copyright (C) 1998-2000
Tobias Ratschiller <tobias_at_ratschiller.com>
-Copyright (C) 2001-2013
+Copyright (C) 2001-2014
Marc Delisle <marc_at_infomarc.info>
Olivier Müller <om_at_omnis.ch>
Robin Johnson <robbat2_at_users.sourceforge.net>
diff --git a/doc/conf.py b/doc/conf.py
index 3eaf6f7f67..05ded248a6 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'
+version = '4.0.10.1'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 1332311802..8fc3a6f7d3 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');
+ $this->set('PMA_VERSION', '4.0.10.1');
/**
* @deprecated
*/