Prepare for 4.8.0-rc1

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2018-03-27 00:06:44 -04:00
parent 8b04a2b2a7
commit 682a94947f
3 changed files with 3 additions and 3 deletions

2
README
View File

@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
Version 4.8.0-dev
Version 4.8.0-rc1
A web interface for MySQL and MariaDB.

View File

@ -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

View File

@ -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',