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-06-26 20:34:37 +0400
committerMarc Delisle <marc@infomarc.info>2014-06-26 20:34:37 +0400
commit75d79739e51124f1965e0adbf5c3e7c2701cf417 (patch)
tree3232ed20b9084b162eadeac754382b2e6b1d925d
parent18e6cfd5c5109736ea077d1f47e6b8a72e9dc074 (diff)
4.2.5 releaseRELEASE_4_2_5
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 70c6169720..4fbe926e27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.2.5.0 (not yet released)
+4.2.5.0 (2014-06-26)
- bug #4467 shell_exec() has been disabled for security reasons
- bug #4470 Error while submitting empty query
- bug #4463 Fatal error: Class 'PMA_DatabaseInterface' not found
diff --git a/README b/README
index 9b60db21f4..5a0c9d6415 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.2.5-dev
+Version 4.2.5
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index a04674dc2d..bc37327962 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.5-dev'
+version = '4.2.5'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 068cfb1603..f6ec7c044f 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.5-dev');
+ $this->set('PMA_VERSION', '4.2.5');
/**
* @deprecated
*/