Skip to content

Commit

Permalink
4.0.10 release
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Dec 4, 2013
1 parent c8c4311 commit 82161a6
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.0.10.0 (not yet released)
4.0.10.0 (2013-12-04)
- bug #4150 Clicking database name in query window opens a new tab
- bug #4141 Wrong page is shown after editing; also, do not show a modal
dialog for multi-row edit
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================

Version 4.0.10-dev
Version 4.0.10

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

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

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

0 comments on commit 82161a6

Please sign in to comment.