From f7aac8f85c290b6c64015ac0ef4a28e684690606 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 26 Jan 2014 07:06:52 -0500 Subject: [PATCH] 4.1.7-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 709eab9f30..7839fd2143 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.1.6.0 (not yet released) +4.1.7.0 (not yet released) + +4.1.6.0 (2014-01-26) - bug #4232 User not found after creating the user - bug #4241 Confusing dialog when trying to create an already existing user - bug #4239 Missing LIMIT clause for some queries diff --git a/README b/README index e6427484d8..4ace86942c 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.1.6-dev +Version 4.1.7-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index adce81ea3c..cec46af104 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ copyright = u'2012 - 2013, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.1.6-dev' +version = '4.1.7-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 4ad4f2995d..379684f4c5 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.6-dev'); + $this->set('PMA_VERSION', '4.1.7-dev'); /** * @deprecated */