diff --git a/README b/README index 8f553b15ec..4811762150 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 5.0.1 +Version 5.0.2-dev A web interface for MySQL and MariaDB. diff --git a/doc/conf.py b/doc/conf.py index c099b3fba9..45eb1bb377 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ copyright = u'2012 - 2018, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '5.0.1' +version = '5.0.2-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/classes/Config.php b/libraries/classes/Config.php index 0002462ba3..24b82ddf03 100644 --- a/libraries/classes/Config.php +++ b/libraries/classes/Config.php @@ -113,7 +113,7 @@ class Config */ public function checkSystem(): void { - $this->set('PMA_VERSION', '5.0.1'); + $this->set('PMA_VERSION', '5.0.2-dev'); /* Major version */ $this->set( 'PMA_MAJOR_VERSION', diff --git a/package.json b/package.json index 607a1783dd..1a4bd83ca5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phpmyadmin", - "version": "5.0.1", + "version": "5.0.2-dev", "description": "A web interface for MySQL and MariaDB", "repository": "https://github.com/phpmyadmin/phpmyadmin.git", "author": "The phpMyAdmin Team (https://www.phpmyadmin.net/team/)",