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-07-20 15:46:46 +0300
committerMarc Delisle <marc@infomarc.info>2015-07-20 15:46:46 +0300
commita302f1b558f4f0d63494d49617e04559895054ad (patch)
treef90f3ad9eea85cb9ab6c9177daa20f01bfb5b839
parentf57081b49b5af2011a10b074e161df6bf6c91d00 (diff)
4.4.13-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
-rw-r--r--ChangeLog4
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.class.php2
4 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ce1eace066..2c50e42b6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
phpMyAdmin - ChangeLog
======================
-4.4.12.0 (not yet released)
+4.4.13.0 (not yet released)
+
+4.4.12.0 (2015-07-20)
- bug Saved chart image does not have a proper name or an extension
- bug #4976 Timepicker CSS issues in Original theme
- bug #4975 Move/Copy/Rename operations on Table/Db fail on Drizzle server
diff --git a/README b/README
index 45845f7a03..38925cfea0 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.4.12-dev
+Version 4.4.13-dev
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 925b076c0d..14e24b02fd 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.12-dev'
+version = '4.4.13-dev'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 12e0b5b1f7..bb901608c5 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.12-dev');
+ $this->set('PMA_VERSION', '4.4.13-dev');
/**
* @deprecated
*/