From 3960df34bce1a7e03261b8e83705bc59825d4320 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 21 Dec 2014 06:31:09 -0500 Subject: [PATCH] 4.3.4-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 a657cca3e5..f777e1edfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.3.3.0 (not yet released) +4.3.4.0 (not yet released) + +4.3.3.0 (2014-12-21) - bug The "Recently used tables" setting should be with Nav panel - bug #4647 Can't disable Favorites - bug #4646 Version Check Broken diff --git a/README b/README index f54a73ac54..797f08a203 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.3.3-dev +Version 4.3.4-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index c1a0e12d5c..b09435a0c8 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.3.3-dev' +version = '4.3.4-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index cda4c3c4fc..10de6eb971 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.3.3-dev'); + $this->set('PMA_VERSION', '4.3.4-dev'); /** * @deprecated */