diff --git a/README b/README index 28cb66ea29..0d1450c98d 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 5.1.0-rc1 +Version 5.1.0-rc2 A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index cba797f3a4..8033160a3a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ copyright = u'2012 - 2021, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '5.1.0-rc1' +version = '5.1.0-rc2' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/classes/Config.php b/libraries/classes/Config.php index e7bc22ed1a..263474241e 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-rc1'); + $this->set('PMA_VERSION', '5.1.0-rc2'); /* Major version */ $this->set( 'PMA_MAJOR_VERSION', diff --git a/package.json b/package.json index 447255adde..72269c0a4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phpmyadmin", - "version": "5.1.0-rc1", + "version": "5.1.0-rc2", "description": "A web interface for MySQL and MariaDB", "repository": "https://github.com/phpmyadmin/phpmyadmin.git", "author": "The phpMyAdmin Team (https://www.phpmyadmin.net/team/)",