From 8b5f4f4a8b61b6862bf732aed830b67239950bf6 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 2 Mar 2015 12:23:03 -0500 Subject: [PATCH] 4.3.12-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 105e2d8f28..7fbb351cce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.3.11.0 (not yet released) +4.3.12.0 (not yet released) + +4.3.11.0 (2015-03-02) - bug #4774 SQL links are completely wrong - bug #4768 MariaDB: version mismatch - bug #4777 Some images are missing in Designer for original theme diff --git a/README b/README index aa5b760375..fe1077eacc 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.3.11-dev +Version 4.3.12-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index 57f3331410..b0c8cfd870 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.11-dev' +version = '4.3.12-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 4b349a9721..45746e6546 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.11-dev'); + $this->set('PMA_VERSION', '4.3.12-dev'); /** * @deprecated */