From bbebf89ad2f1c223d7f26ab6ec54357d4b7256ff Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 29 Dec 2014 07:06:01 -0500 Subject: [PATCH] 4.3.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 3845039109..df6d4a95f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.3.4.0 (not yet released) +4.3.5.0 (not yet released) + +4.3.4.0 (2014-12-29) - bug #4653 Always connection error was shown, on /setup at tab "configuration storage" - bug #4661 Drag and drop file import always fails - bug #4651 don't open console with esc diff --git a/README b/README index 797f08a203..ef71e7733e 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.3.4-dev +Version 4.3.5-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index b09435a0c8..255a89fb9a 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.4-dev' +version = '4.3.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 ac60a05fce..75b8c4775b 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.4-dev'); + $this->set('PMA_VERSION', '4.3.5-dev'); /** * @deprecated */