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>2013-10-06 16:27:58 +0400
committerMarc Delisle <marc@infomarc.info>2013-10-06 16:27:58 +0400
commit52b6cfde9f581ee6818db0e3f5d80db8c29dfa34 (patch)
tree31b368ed14c7b943357a5b4300ead336adebceb3
parent0b2b12fd96c5e6b18eb4667e4af1f899ca779cb9 (diff)
4.0.8 releaseRELEASE_4_0_8
-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 d4a11d87b4..74680ab446 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.0.8.0 (not yet released)
+4.0.8.0 (2013-10-06)
- bug #3988 Rename view is not working
- bug #4041 Interaction between linkified fields and grid editing
- bug #3975 Table grouping isn't implemented properly
diff --git a/README b/README
index d243925500..7967f6472d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.0.8-rc1
+Version 4.0.8
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index ea80578f0e..0b25182119 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,7 +49,7 @@ copyright = u'2012 - 2013, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
-version = '4.0.8-rc1'
+version = '4.0.8'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index a0bcc28df7..d1f932efbf 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -102,7 +102,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '4.0.8-rc1');
+ $this->set('PMA_VERSION', '4.0.8');
/**
* @deprecated
*/