4.0.10.1 release
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
a92753bd65
commit
f86761326c
4
README
4
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>
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user