Skip to content

Commit

Permalink
Prepare for 4.7.6-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
  • Loading branch information
ibennetch committed Dec 1, 2017
1 parent e043d0b commit d3d5b99
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -1,6 +1,8 @@
phpMyAdmin - ChangeLog
======================

4.7.6 (not yet released)

4.7.5 (2017-10-23)
- issue #13615 Avoid problems with browsing unknown query types
- issue #13612 Integrate tooltip into datetime pickers
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================

Version 4.7.5
Version 4.7.6-dev

A web interface for MySQL and MariaDB.

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.7.5'
version = '4.7.6-dev'
# The full version, including alpha/beta/rc tags.
release = version

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

0 comments on commit d3d5b99

Please sign in to comment.