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-07 20:29:36 +0300
committerMarc Delisle <marc@infomarc.info>2015-01-07 20:29:36 +0300
commit33dea31abaff65187cfd7ffbf2838af5dc6ab47d (patch)
tree539e39b50964e7ddc640e09c2ca7ad633c60d0d0
parent88cc79896a54efef3faf54842a3425fc2e6890af (diff)
4.3.6 releaseRELEASE_4_3_6
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 55aa4b578e..ae769dadcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.3.6.0 (not yet released)
+4.3.6.0 (2015-01-07)
- bug Undefined index notices while configuring recent and favorite tables
- bug #4687 Designer breaks without configuration storage
- bug #4686 Select elements flicker and selects something else
diff --git a/README b/README
index 0b4076d9fa..0d5848f28f 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.3.6-dev
+Version 4.3.6
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index b6a118b561..96872397a7 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.6-dev'
+version = '4.3.6'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index b90fcbdd43..de90899621 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.6-dev');
+ $this->set('PMA_VERSION', '4.3.6');
/**
* @deprecated
*/