From f7f483e99a74648843cc87265033442aeb4b7342 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 8 Sep 2015 11:16:27 -0400 Subject: [PATCH] 4.4.14.1 release Signed-off-by: Marc Delisle --- ChangeLog | 2 +- README | 2 +- doc/conf.py | 2 +- libraries/Config.class.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39124c9107..e1e8d7553f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ phpMyAdmin - ChangeLog ====================== -4.4.14.1 (Not yet released) +4.4.14.1 (2015-09-08) - issue [security] reCaptcha bypass 4.4.14.0 (2015-08-20) diff --git a/README b/README index 75f9e1f166..27b722aaca 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.4.14 +Version 4.4.14.1 A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index 8d05395126..6a7b22ac32 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.4.14' +version = '4.4.14.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index b1ab9cf40e..392586a9dd 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.4.14'); + $this->set('PMA_VERSION', '4.4.14.1'); /** * @deprecated */