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-08-08 19:10:22 +0300
committerMarc Delisle <marc@infomarc.info>2015-08-08 19:10:22 +0300
commit95104ff56e15876c6b481e09c9f0169e34b781f8 (patch)
tree25fd3c46b2638f8a20760d046fbb370337bd05d2
parent89296f48fdcec487c481062955bcdc6e91a3d86b (diff)
4.4.13.1 releaseRELEASE_4_4_13_1
Signed-off-by: Marc Delisle <marc@infomarc.info>
-rw-r--r--ChangeLog3
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.class.php2
4 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a57f603f1..c2375fa0b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
phpMyAdmin - ChangeLog
======================
+4.4.13.1 (2015-08-08)
+- issue #11368 SQL error when importing phpMyAdmin dump file
+
4.4.13.0 (2015-08-07)
- issue #1808 "Improve table structure" generates invalid SQL
- issue Once checked "Show only active" checkbox is always checked
diff --git a/README b/README
index 03fe6594aa..1636943481 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.4.13
+Version 4.4.13.1
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index b71d9e1ab6..22f338b25f 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.4.13'
+version = '4.4.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 403ef1f971..7bca2ba54b 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.4.13');
+ $this->set('PMA_VERSION', '4.4.13.1');
/**
* @deprecated
*/