From 95ac6b46dd4039f066d2552d141a6cdc3e6f89b8 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 16 May 2015 06:57:15 -0400 Subject: [PATCH] 4.4.8-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 ef0d2016ce..5304dd84ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.4.7.0 (not yet released) +4.4.8.0 (not yet released) + +4.4.7.0 (2015-05-16) - bug #4876 Settings issues (Favorite tables shown twice in Settings) - bug #4896 Non-styled error page when following results link - bug #4894 Deleting without confirmation diff --git a/README b/README index 5ace1c7fc8..a75bf29870 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.4.7-dev +Version 4.4.8-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index 29cfa3c772..88a938ce6e 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.7-dev' +version = '4.4.8-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index dc0316237b..8a2b2d6809 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.7-dev'); + $this->set('PMA_VERSION', '4.4.8-dev'); /** * @deprecated */