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>2016-12-06 00:11:50 +0300
committerIsaac Bennetch <bennetch@gmail.com>2016-12-06 00:11:50 +0300
commitce2208635f5a1c69a90a871ea3ec7cdd96333022 (patch)
tree013bea266db48b8533631d4896c1ff7bc6eb7a21
parent081843aa5c0152c1c6ec8d0cb69f4041c8ea8683 (diff)
Update for release 4.6.5.2RELEASE_4_6_5_2
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 0a89d47dc2..0101eb899b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.6.5.1
+Version 4.6.5.2
A web interface for MySQL and MariaDB.
diff --git a/doc/conf.py b/doc/conf.py
index 99d29eabda..a6eb890ed1 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -51,7 +51,7 @@ copyright = u'2012 - 2016, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
-version = '4.6.5.1'
+version = '4.6.5.2'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.php b/libraries/Config.php
index a4e22c37d2..bfdc6c6ef0 100644
--- a/libraries/Config.php
+++ b/libraries/Config.php
@@ -101,7 +101,7 @@ class Config
*/
public function checkSystem()
{
- $this->set('PMA_VERSION', '4.6.5.1');
+ $this->set('PMA_VERSION', '4.6.5.2');
/**
* @deprecated
*/