From 01c553a795e92257b1dadda0e9e90efcd69f166d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 31 Aug 2014 10:53:29 -0400 Subject: [PATCH] 4.2.8 release Signed-off-by: Marc Delisle --- ChangeLog | 2 +- README | 2 +- doc/conf.py | 2 +- libraries/Config.class.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8f96d219df..208a836236 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ phpMyAdmin - ChangeLog ====================== -4.2.8.0 (not yet released) +4.2.8.0 (2014-08-31) - bug #4516 Odd export behavior - bug #4519 Uncaught TypeError: Cannot read property 'success' of null - bug #4520 sql.js: cannot read property diff --git a/README b/README index 0f40c8084c..6af81657fa 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.2.8-dev +Version 4.2.8 A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index 659de4639b..167c9c4b3e 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.2.8-dev' +version = '4.2.8' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 4cd0c3fc44..f5c2a89cd5 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.2.8-dev'); + $this->set('PMA_VERSION', '4.2.8'); /** * @deprecated */