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:52:40 +0300
committerMarc Delisle <marc@infomarc.info>2015-07-20 15:52:40 +0300
commit426c5d9c1ded024c9306428ce165ae82d6f6d5df (patch)
tree7f7e70015a0ac88f8869003e88f0c017bb3f209c
parentf57081b49b5af2011a10b074e161df6bf6c91d00 (diff)
4.4.12 releaseRELEASE_4_4_12
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 ce1eace066..970ca693eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.4.12.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..1b2073c650 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.4.12-dev
+Version 4.4.12
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 925b076c0d..8afcf93cb4 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.12'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 12e0b5b1f7..ffdd10c6e2 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.12');
/**
* @deprecated
*/