From 6e22171fa6e07206569fe1e9a1312d26e9240ee7 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Tue, 27 Feb 2018 23:02:50 -0500 Subject: [PATCH] Revert version to 4.8.0-dev for ongoing development and error reporting server details Signed-off-by: Isaac Bennetch --- README | 2 +- doc/conf.py | 2 +- libraries/classes/Config.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index c837e17c62..8be8ddb59b 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.8.0-alpha1 +Version 4.8.0-dev A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index f7dfb95fe0..363be5c283 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ copyright = u'2012 - 2017, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.8.0-alpha1' +version = '4.8.0-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/classes/Config.php b/libraries/classes/Config.php index c83b7786d8..e20b2690bd 100644 --- a/libraries/classes/Config.php +++ b/libraries/classes/Config.php @@ -116,7 +116,7 @@ class Config */ public function checkSystem() { - $this->set('PMA_VERSION', '4.8.0-alpha1'); + $this->set('PMA_VERSION', '4.8.0-dev'); /* Major version */ $this->set( 'PMA_MAJOR_VERSION',