From b3b170da62cfc6d9afb81c4e78aefc6ece350527 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Mon, 5 Mar 2018 10:35:48 -0500 Subject: [PATCH] Prepare for version 4.7.9 Signed-off-by: Isaac Bennetch --- ChangeLog | 2 +- README | 2 +- doc/conf.py | 2 +- libraries/Config.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f57b439c73..b0b666b1b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ phpMyAdmin - ChangeLog ====================== -4.7.9 (not yet released) +4.7.9 (2018-03-05) - issue #13931 Fixed browsing tables with more results - issue #13927 "Not an integer" when browsing a table - issue #13887 "Input variables exceeded 1000" error relating to PHP's max_input_vars directive diff --git a/README b/README index bd71904574..dfde696e43 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.7.9-dev +Version 4.7.9 A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index a3597adc3f..8893aac0bb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ copyright = u'2012 - 2017, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.7.9-dev' +version = '4.7.9' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.php b/libraries/Config.php index 65e66cde94..4ca8578e1f 100644 --- a/libraries/Config.php +++ b/libraries/Config.php @@ -103,7 +103,7 @@ class Config */ public function checkSystem() { - $this->set('PMA_VERSION', '4.7.9-dev'); + $this->set('PMA_VERSION', '4.7.9'); /** * @deprecated */