From cca317168b28ecb298b91d8e0fc5d59dfb0f4f77 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 12 Dec 2014 08:36:42 -0500 Subject: [PATCH] 4.3.3-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 443c3175e1..6b5165de9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.3.2.0 (not yet released) +4.3.3.0 (not yet released) + +4.3.2.0 (2014-12-12) - bug #4628 PHP error while exporting schema as PDF - bug #4631 Server selector submits two server parameter values - bug #4629 Problem with custom SQL queries using cookie authentication diff --git a/README b/README index 9a8ee55073..f54a73ac54 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.3.2-dev +Version 4.3.3-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index f168051ba4..c1a0e12d5c 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.2-dev' +version = '4.3.3-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index b6302f9ac2..cda4c3c4fc 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.2-dev'); + $this->set('PMA_VERSION', '4.3.3-dev'); /** * @deprecated */