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-09-18 15:57:12 +0400
committerMarc Delisle <marc@infomarc.info>2013-09-18 15:57:12 +0400
commit5b023232db4df77cf1235a9781bd6b1248ac77b3 (patch)
tree9cb377f5df9761270282fd2527d3daf6caa7b3ee
parenteccdfceaa6e0e63245d31c05f54335f1c7c7e173 (diff)
4.0.8-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 4bf312bfc1..cb75ec7053 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
phpMyAdmin - ChangeLog
======================
+4.0.8.0 (not yet released)
+
4.0.7.0 (not yet released)
- bug #3993 Sorting in database overview with statistics doesn't work
- bug Handle the situation where PHP_SELF is not set
diff --git a/README b/README
index d590c41ccc..297b8d07dd 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.0.7-dev
+Version 4.0.8-dev
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 89eb124245..63f9b5a1cb 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.7-dev'
+version = '4.0.8-dev'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 17b3fb0f10..c7fb919e91 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -102,7 +102,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '4.0.7-dev');
+ $this->set('PMA_VERSION', '4.0.8-dev');
/**
* @deprecated
*/