Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_2' into QA_4_2
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jun 8, 2014
2 parents 82e6828 + 199982f commit e78abd4
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.3.0 (not yet released)
4.2.4.0 (not yet released)

4.2.3.0 (2014-06-08)
- bug #4423 Moving fields not working
- bug #4424 Table indexes disappear after altering field
- bug #4432 Error while displaying chart at server level
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================

Version 4.2.3-dev
Version 4.2.4-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.3-dev'
version = '4.2.4-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.3-dev');
$this->set('PMA_VERSION', '4.2.4-dev');
/**
* @deprecated
*/
Expand Down

0 comments on commit e78abd4

Please sign in to comment.