From 682a94947f8c865813edc0bfc14edce3fb9481e8 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Tue, 27 Mar 2018 00:06:44 -0400 Subject: [PATCH] Prepare for 4.8.0-rc1 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 8be8ddb59b..ebeff9e155 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.8.0-dev +Version 4.8.0-rc1 A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index eeaaae787f..a76b53f1b1 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-dev' +version = '4.8.0-rc1' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/classes/Config.php b/libraries/classes/Config.php index 20bef14c70..f9916fc8b5 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-dev'); + $this->set('PMA_VERSION', '4.8.0-rc1'); /* Major version */ $this->set( 'PMA_MAJOR_VERSION',