4.0.10.1 release

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-07-17 17:35:22 -04:00
parent a92753bd65
commit f86761326c
3 changed files with 4 additions and 4 deletions

4
README
View File

@ -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>

View File

@ -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

View File

@ -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
*/