4.0.10-dev

This commit is contained in:
Marc Delisle 2013-10-31 12:17:31 -04:00
parent b26d37cbb2
commit 43b8d377d7
4 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
phpMyAdmin - ChangeLog
======================
4.0.10.0 (not yet released)
4.0.9.0 (not yet released)
- bug #4104 Can't edit updatable view when searching
- bug #4108 Missing refresh by deleting databases

2
README
View File

@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
Version 4.0.9-dev
Version 4.0.10-dev
A set of PHP-scripts to manage MySQL over the web.

View File

@ -49,7 +49,7 @@ copyright = u'2012 - 2013, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
version = '4.0.9-dev'
version = '4.0.10-dev'
# The full version, including alpha/beta/rc tags.
release = version

View File

@ -102,7 +102,7 @@ class PMA_Config
*/
function checkSystem()
{
$this->set('PMA_VERSION', '4.0.9-dev');
$this->set('PMA_VERSION', '4.0.10-dev');
/**
* @deprecated
*/