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>2014-09-20 14:56:30 +0400
committerMarc Delisle <marc@infomarc.info>2014-09-20 14:56:30 +0400
commit7dc42d93af685393ed6a0f0dc435ae8388991b00 (patch)
treedc7474f2e991833bb77a30a0cdbe1e4f3eac85a4
parent8601ede46ba64874ed0c341c23541e00629d9ed5 (diff)
4.2.9 releaseRELEASE_4_2_9
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 8777086cd5..18aa741c12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.2.9.0 (not yet released)
+4.2.9.0 (2014-09-20)
- bug ajax.js responseHandler: cannot read property of null
- bug sql.js: str is undefined
- bug #4524 Allow for direct selection of "0" on the "user overview" page
diff --git a/README b/README
index f046f8172c..744ea627b2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.2.9-dev
+Version 4.2.9
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index af38824237..81cd260535 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.2.9-dev'
+version = '4.2.9'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index aafa795c7f..4b761c8bec 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.2.9-dev');
+ $this->set('PMA_VERSION', '4.2.9');
/**
* @deprecated
*/