From 285e0d9b61778572252bd6f4ee69644f8c834c79 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 26 Apr 2015 06:35:06 -0400 Subject: [PATCH] 4.4.5-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 de468abe1b..604f25d843 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.4.4.0 (not yet released) +4.4.5.0 (not yet released) + +4.4.4.0 (2015-04-26) - bug #4863 Edit vs Change - bug #4859 Don't scroll (to bottom) when editing multiple rows - bug #4862 Misaligned Inline edit field diff --git a/README b/README index d37ff3f31d..485b99c0d4 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.4.4-dev +Version 4.4.5-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index a2da67cb7e..013ddf0741 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.4-dev' +version = '4.4.5-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index c5017cb00e..498907b580 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.4-dev'); + $this->set('PMA_VERSION', '4.4.5-dev'); /** * @deprecated */