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-02-20 15:48:32 +0300
committerMarc Delisle <marc@infomarc.info>2015-02-20 15:48:32 +0300
commit0f2e488b2e73fceee96aaefbaaa1ccf13d1c4174 (patch)
tree727f3dc7b4812889b577147fdb73fef0065d30bd
parent88d3aafef128ab4d381a57fe30224452e24edb19 (diff)
4.3.10 releaseRELEASE_4_3_10
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 e36d489199..5ce98080bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.3.10.0 (not yet released)
+4.3.10.0 (2015-02-20)
- bug Undefined index navwork
- bug #4744 Opening console scroll down the page
- bug Remove extra column heading in view structure page
diff --git a/README b/README
index e787ebad11..5229356256 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.3.10-dev
+Version 4.3.10
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index a4a2ebf4dd..fec0279f6b 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.10-dev'
+version = '4.3.10'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 2753833097..410612852c 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.10-dev');
+ $this->set('PMA_VERSION', '4.3.10');
/**
* @deprecated
*/