Skip to content

Commit

Permalink
4.2.7-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Jul 17, 2014
1 parent 395265e commit be0d0f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
@@ -1,7 +1,9 @@
phpMyAdmin - ChangeLog
======================

4.2.6.0 (not yet released)
4.2.7.0 (not yet released)

4.2.6.0 (2014-07-17)
- bug #4471 Undefined index warning with referenced column.
- bug #4027 $cfg['MaxExactCount'] is ignored when BROWSING is back
- bug #4482 Multi Column sorting (improved user experience)
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================

Version 4.2.6-dev
Version 4.2.7-dev

A set of PHP-scripts to manage MySQL over the web.

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -51,7 +51,7 @@
# built documents.
#
# The short X.Y version.
version = '4.2.6-dev'
version = '4.2.7-dev'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion libraries/Config.class.php
Expand Up @@ -114,7 +114,7 @@ function __construct($source = null)
*/
function checkSystem()
{
$this->set('PMA_VERSION', '4.2.6-dev');
$this->set('PMA_VERSION', '4.2.7-dev');
/**
* @deprecated
*/
Expand Down

0 comments on commit be0d0f6

Please sign in to comment.