diff --git a/ChangeLog b/ChangeLog index 17e3e8c8f7..e5bef8b013 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.1.7.0 (not yet released) +4.1.8.0 (not yet released) + +4.1.7.0 (2013-02-09) - bug #4245 initial Browse query does not match sorting order - bug #4250 Notice on export page - bug #4253 "New" text in navigation frame acts like a database diff --git a/README b/README index 4ace86942c..9874a71b44 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.1.7-dev +Version 4.1.8-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index cec46af104..218b2c1f67 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.1.7-dev' +version = '4.1.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 379684f4c5..1c0612e20f 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.1.7-dev'); + $this->set('PMA_VERSION', '4.1.8-dev'); /** * @deprecated */