From 50442a2cd8ed07b1df4adb85a4679b78f61da685 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 6 Mar 2014 12:47:47 -0500 Subject: [PATCH] 4.1.0-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 cc2c1201a7..93e1811f24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.1.9.0 (not yet released) +4.1.10.0 (not yet released) + +4.1.9.0 (2014-03-06) - bug #4279 CTRL + up or down moves two fields (part one) - bug #4294 output as text radio clickable for "OpenDocument Text" export - bug #4297 DROP DATABASE tick box in export no longer works diff --git a/README b/README index c1d861051f..a575321eb5 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.1.9-dev +Version 4.1.10-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index d0d07bbe9e..e3fcd65f76 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ copyright = u'2012 - 2014, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.1.9-dev' +version = '4.1.10-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 30478c0002..0be4ff8468 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.1.9-dev'); + $this->set('PMA_VERSION', '4.1.10-dev'); /** * @deprecated */