From 22b36e3a13fd6443c0fa2d1d9c48405440159ff5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 17 Jun 2015 08:08:00 -0400 Subject: [PATCH] 4.4.11-dev Signed-off-by: Marc Delisle --- ChangeLog | 4 +++- README | 2 +- doc/conf.py | 2 +- libraries/Config.class.php | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 785ee98abc..ad03d15506 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.4.10.0 (not yet released) +4.4.11.0 (not yet released) + +4.4.10.0 (2015-06-17) - bug #4950 Issues in database selection for replication - bug #4951 Trying to save chart as image crashes the browser - bug #4953 cant drag sql.gz file onto import input diff --git a/README b/README index 681fa0f98a..0753f0b688 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.4.10-dev +Version 4.4.11-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index 6fd6498932..395ad93f38 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ copyright = u'2012 - 2014, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.4.10-dev' +version = '4.4.11-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 741a6d6e35..79a92c8f07 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -114,7 +114,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '4.4.10-dev'); + $this->set('PMA_VERSION', '4.4.11-dev'); /** * @deprecated */