From daf61e11797bdf6c9626e4ee345adf5ed53820ff Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 6 Jul 2015 06:33:38 -0400 Subject: [PATCH] 4.4.12-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 84ac987ec6..2b839e6b36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.4.11.0 (not yet released) +4.4.12.0 (not yet released) + +4.4.11.0 (2015-07-06) - bug Missing selected/entered values when editing active options in visual query builder - bug #4969 Autoload from prefs_storage not behaving properly - bug #4972 Incorrect length computed for binary data diff --git a/README b/README index a2bf3a6445..45845f7a03 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.4.11-dev +Version 4.4.12-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index 395ad93f38..925b076c0d 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.11-dev' +version = '4.4.12-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 79a92c8f07..12e0b5b1f7 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.11-dev'); + $this->set('PMA_VERSION', '4.4.12-dev'); /** * @deprecated */