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-28 14:32:02 +0300
committerMarc Delisle <marc@infomarc.info>2015-05-28 14:32:02 +0300
commitb478a3d5c4fc1341a0a77235d2afbd2b4e4d0a6c (patch)
treeab19e917f2c05809b79d21bc27db22ecb61db2d5
parentc1588f47e43527ec55f1eecdaba13711a24ec7c1 (diff)
4.4.8 releaseRELEASE_4_4_8
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 734530b4f7..b6b9d22e6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.4.8.0 (not yet released)
+4.4.8.0 (2015-05-28)
- bug Allow accessing visual query builder when pmadb is not configured
- bug #4893 Nav tree line alignment issue
- bug #4911 Lock page icon is not shown after fresh reload
diff --git a/README b/README
index a75bf29870..f235b22383 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.4.8-dev
+Version 4.4.8
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 88a938ce6e..655853eab0 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.8-dev'
+version = '4.4.8'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 8a2b2d6809..d0d12015c6 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.8-dev');
+ $this->set('PMA_VERSION', '4.4.8');
/**
* @deprecated
*/