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-01-24 14:37:22 +0300
committerMarc Delisle <marc@infomarc.info>2015-01-24 14:37:22 +0300
commited5ed5538c7f337ee859377cba4d565c47028ebe (patch)
treeb2c07cc4973a36364e92ea016604d809dcde644f
parent189173f2e140444d9f46e714926eef3660a69bde (diff)
4.3.8 releaseRELEASE_4_3_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 63f9d16bc2..5d1c9873af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.3.8.0 (not yet released)
+4.3.8.0 (2015-01-24)
- bug Undefined constant PMA_DRIZZLE
- bug #4712 Wrongly positioned date-picker while Grid-Editing
- bug #4714 Forced ORDER BY for own sql statements
diff --git a/README b/README
index 4a3166f1f4..dcdab5a1f3 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.3.8-dev
+Version 4.3.8
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 5d47988ae0..1f0826c921 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.3.8-dev'
+version = '4.3.8'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 1a22ef8b90..8ebdfb0898 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.3.8-dev');
+ $this->set('PMA_VERSION', '4.3.8');
/**
* @deprecated
*/