diff --git a/ChangeLog b/ChangeLog index c3319c1d38..fa7555dad3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.1.3.0 (not yet released) +4.1.4.0 (not yet released) + +4.1.3.0 (2013-12-31) - bug #3938 PDFDefaultPageSize doc and easy configurability - bug #4198 Hovering over pie chart gives fatal JS error - bug #4200 Missing syntax highlighting diff --git a/README b/README index d77f0ab9fe..94b7f8e9ad 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.1.3-dev +Version 4.1.4-dev A set of PHP-scripts to manage MySQL over the web. @@ -13,7 +13,7 @@ Copyright Copyright (C) 1998-2000 Tobias Ratschiller -Copyright (C) 2001-2013 +Copyright (C) 2001-2014 Marc Delisle Olivier Müller Robin Johnson diff --git a/doc/conf.py b/doc/conf.py index be4bc09d88..6ea09a9eae 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.3-dev' +version = '4.1.4-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 7278407d74..1642e46c8f 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.3-dev'); + $this->set('PMA_VERSION', '4.1.4-dev'); /** * @deprecated */