From 71530b3089e0b25f477cbb6661c6b11741ab8890 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 14 Mar 2015 07:13:00 -0400 Subject: [PATCH] 4.3.13-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 c95557e788..c0e198e255 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.3.12.0 (not yet released) +4.3.13.0 (not yet released) + +4.3.12.0 (2015-03-14) - bug #4746 Right-aligned columns have left-aligned header - bug #4779 PMA_Util::parseEnumSetValues fails on enums with UTF-8 values - bug Undefined index savedsearcheswork diff --git a/README b/README index fe1077eacc..37c7931c4c 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.3.12-dev +Version 4.3.13-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index b0c8cfd870..ba3d5a4f54 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.12-dev' +version = '4.3.13-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 45746e6546..13ada89bd0 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.12-dev'); + $this->set('PMA_VERSION', '4.3.13-dev'); /** * @deprecated */