From f86761326c97eb5e2c9cefa2b1871252357f00a0 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 17 Jul 2014 17:35:22 -0400 Subject: [PATCH] 4.0.10.1 release Signed-off-by: Marc Delisle --- README | 4 ++-- doc/conf.py | 2 +- libraries/Config.class.php | 2 +- 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 -Copyright (C) 2001-2013 +Copyright (C) 2001-2014 Marc Delisle Olivier Müller Robin Johnson 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 */