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-05-13 18:50:54 +0300
committerMarc Delisle <marc@infomarc.info>2015-05-13 18:50:54 +0300
commitf81cc30b93c3a3ac5195e2e0fb86e4adfbb4eb1b (patch)
tree0c82266b4ddb6de6224a1c41b3adf9d34001cad7
parent75499e790429c491840a0ad31d4de84aca215d23 (diff)
4.3.13.1 releaseRELEASE_4_3_13_1
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 0612e2fdf4..f604dcb45a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.3.13.1 (Not yet released)
+4.3.13.1 (2015-05-13)
- bug #4899 [security] CSRF vulnerability in setup
- bug #4900 [security] Vulnerability allowing man-in-the-middle attack
diff --git a/README b/README
index da77537ee8..59aa4c05f1 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.3.13
+Version 4.3.13.1
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index b13d998019..6118f5155d 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'
+version = '4.3.13.1'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 009bfbb877..7a602885fc 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');
+ $this->set('PMA_VERSION', '4.3.13.1');
/**
* @deprecated
*/