Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_3' into QA_4_3
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jan 24, 2015
2 parents 1b3fb67 + 1318786 commit 8fdccb4
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.3.8.0 (not yet released)
4.3.9.0 (not yet released)

4.3.8.0 (2015-01-24)
- bug Undefined constant PMA_DRIZZLE
- bug #4712 Wrongly positioned date-picker while Grid-Editing
- bug #4714 Forced ORDER BY for own sql statements
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================

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

0 comments on commit 8fdccb4

Please sign in to comment.