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-11-04 21:22:56 +0400
committerMarc Delisle <marc@infomarc.info>2013-11-04 21:22:56 +0400
commitc68478ad7d0523e42aa789ba24ea5f9018510047 (patch)
tree4b992b92919257725dbf1cfb26370b33ee084ae6
parentc3d6404c22f76c410b370354f3bc935ff1d3561b (diff)
4.0.9 releaseRELEASE_4_0_9
-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 f53432d246..8cef3b0c54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.0.9.0 (not yet released)
+4.0.9.0 (2013-11-04)
- bug #4104 Can't edit updatable view when searching
- bug #4108 Missing refresh by deleting databases
- bug #3995 Drizzle server charset notice
diff --git a/README b/README
index 253bc8e7de..195680ad61 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.0.9-rc1
+Version 4.0.9
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 8ad3417668..29f189e0be 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.9-rc1'
+version = '4.0.9'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 23da06d2a8..33475f8ed8 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.9-rc1');
+ $this->set('PMA_VERSION', '4.0.9');
/**
* @deprecated
*/