4.4.12-dev

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-07-06 06:33:38 -04:00
parent 937be53dc9
commit daf61e1179
4 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,9 @@
phpMyAdmin - ChangeLog
======================
4.4.11.0 (not yet released)
4.4.12.0 (not yet released)
4.4.11.0 (2015-07-06)
- bug Missing selected/entered values when editing active options in visual query builder
- bug #4969 Autoload from prefs_storage not behaving properly
- bug #4972 Incorrect length computed for binary data

2
README
View File

@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
Version 4.4.11-dev
Version 4.4.12-dev
A set of PHP-scripts to manage MySQL over the web.

View File

@ -51,7 +51,7 @@ copyright = u'2012 - 2014, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
version = '4.4.11-dev'
version = '4.4.12-dev'
# The full version, including alpha/beta/rc tags.
release = version

View File

@ -114,7 +114,7 @@ class PMA_Config
*/
function checkSystem()
{
$this->set('PMA_VERSION', '4.4.11-dev');
$this->set('PMA_VERSION', '4.4.12-dev');
/**
* @deprecated
*/