diff --git a/README b/README index e0f9298765..28cb66ea29 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 5.1.0-dev +Version 5.1.0-rc1 A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index bff879b964..7877c47c33 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ copyright = u'2012 - 2020, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '5.1.0-dev' +version = '5.1.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 35591dc1d1..a56f64bdc4 100644 --- a/libraries/classes/Config.php +++ b/libraries/classes/Config.php @@ -136,7 +136,7 @@ class Config */ public function checkSystem(): void { - $this->set('PMA_VERSION', '5.1.0-dev'); + $this->set('PMA_VERSION', '5.1.0-rc1'); /* Major version */ $this->set( 'PMA_MAJOR_VERSION', diff --git a/package.json b/package.json index ac8a85d04b..e1c18a6cf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phpmyadmin", - "version": "5.1.0-dev", + "version": "5.1.0-rc1", "description": "A web interface for MySQL and MariaDB", "repository": "https://github.com/phpmyadmin/phpmyadmin.git", "author": "The phpMyAdmin Team (https://www.phpmyadmin.net/team/)",