From 155521b4042162fac17e4ef49d520651b75ba6e4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 28 May 2015 07:26:02 -0400 Subject: [PATCH] 4.4.9-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 734530b4f7..180852da65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.4.8.0 (not yet released) +4.4.9.0 (not yet released) + +4.4.8.0 (2015-05-28) - bug Allow accessing visual query builder when pmadb is not configured - bug #4893 Nav tree line alignment issue - bug #4911 Lock page icon is not shown after fresh reload diff --git a/README b/README index a75bf29870..996a31b232 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.4.8-dev +Version 4.4.9-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index 88a938ce6e..740ff66e6e 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.8-dev' +version = '4.4.9-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 8a2b2d6809..8a7a6a6d7f 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.8-dev'); + $this->set('PMA_VERSION', '4.4.9-dev'); /** * @deprecated */