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>2013-05-21 16:30:59 +0400
committerMarc Delisle <marc@infomarc.info>2013-05-21 16:30:59 +0400
commite0c3c1d97749ae38cf2f6182f954e8dd88555649 (patch)
tree713ebcd80a933e0e4b2d8ad1a675f6d98f57c1bf
parenta2d487e536313af739e8c7cda1fb3b91136beb64 (diff)
4.0.3-dev
-rw-r--r--ChangeLog2
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.class.php2
4 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a0d9a7aec..5383674826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
phpMyAdmin - ChangeLog
======================
+4.0.3.0 (not yet released)
+
4.0.2.0 (not yet released)
- bug #3902 Cannot browse when table name contains keyword "call"
+ center loading indicator for navigation refresh, related to bug #3920
diff --git a/README b/README
index 562d5b6085..8a674616c4 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.0.2-dev
+Version 4.0.3-dev
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 9aa113ae04..8db0a39ba8 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,7 +49,7 @@ copyright = u'2012 - 2013, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
-version = '4.0.2-dev'
+version = '4.0.3-dev'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 39379ebeab..52c27853bf 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -101,7 +101,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '4.0.2-dev');
+ $this->set('PMA_VERSION', '4.0.3-dev');
/**
* @deprecated
*/