Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Bennetch <bennetch@gmail.com>2018-03-05 18:35:48 +0300
committerIsaac Bennetch <bennetch@gmail.com>2018-03-05 18:35:48 +0300
commitb3b170da62cfc6d9afb81c4e78aefc6ece350527 (patch)
tree69832e176b68ac6d7b70b810246bcd24b6334f56
parent3034a23feda18c44f83fd8eb3129cb47adf32c29 (diff)
Prepare for version 4.7.9
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
-rw-r--r--ChangeLog2
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.php2
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
*/