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:09:57 +0300
committerMarc Delisle <marc@infomarc.info>2015-05-13 18:09:57 +0300
commit1e98f33d0ea4e8312ba7158c5bd28aa3fe4083ac (patch)
treef613351ea5bbdfcead0424bcd9321c2d1eb0d8d9
parent0e18931d9e4b23053285b6fddf3493ca426ff684 (diff)
4.2.13.3 releaseRELEASE_4_2_13_3
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 085aadbba7..097265e96e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.2.13.3 (Not yet released)
+4.2.13.3 (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 1ae1a41d63..3a9289f09c 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.2.13.2
+Version 4.2.13.3
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 01205a2dcd..c836e4483e 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.2.13.2'
+version = '4.2.13.3'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 9acaeba7c8..dce04c79fa 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.2.13.2');
+ $this->set('PMA_VERSION', '4.2.13.3');
/**
* @deprecated
*/