Skip to content

Commit

Permalink
Prepare for 4.7.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
  • Loading branch information
ibennetch committed Jun 29, 2017
1 parent dc4437c commit cd0c255
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================

4.7.2 (not yet released)
4.7.2 (2017-06-29)
- issue #13314 Make theme selection keep current server
- issue #13311 Fixed direct login for accounts without password
- issue #13316 Fixed check for mbstring.func_overload
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================

Version 4.7.2-dev
Version 4.7.2

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.2-dev'
version = '4.7.2'
# 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.2-dev');
$this->set('PMA_VERSION', '4.7.2');
/**
* @deprecated
*/
Expand Down

0 comments on commit cd0c255

Please sign in to comment.