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:
authorMarc Delisle <marc@infomarc.info>2015-09-08 18:10:05 +0300
committerMarc Delisle <marc@infomarc.info>2015-09-08 18:10:05 +0300
commit9c84d2df01101abd930c8adf6f6b08ee4eebe16e (patch)
treeffdd3f13d9d160a79eee46fe1d16023874bdc9c8
parent0314e67900f01410bc8c81c58a40dc0515e3c91d (diff)
4.3.13.2 releaseRELEASE_4_3_13_2
Signed-off-by: Marc Delisle <marc@infomarc.info>
-rw-r--r--ChangeLog2
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.class.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d5e9fb7f83..1531fc5bed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.3.13.2 (Not yet released)
+4.3.13.2 (2015-09-08)
- bug [security] reCaptcha bypass
4.3.13.1 (2015-05-13)
diff --git a/README b/README
index 59aa4c05f1..6644cd0209 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.3.13.1
+Version 4.3.13.2
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 6118f5155d..833bfc6be4 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.3.13.1'
+version = '4.3.13.2'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 7a602885fc..77eb8389ad 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.3.13.1');
+ $this->set('PMA_VERSION', '4.3.13.2');
/**
* @deprecated
*/