Reset version number to 5.0.0-dev for ongoing development

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2019-07-08 22:37:00 -04:00
parent 8993c446c9
commit 409dd22cbe
4 changed files with 4 additions and 4 deletions

2
README
View File

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

View File

@ -51,7 +51,7 @@ copyright = u'2012 - 2018, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
version = '5.0.0-alpha1'
version = '5.0.0-dev'
# The full version, including alpha/beta/rc tags.
release = version

View File

@ -113,7 +113,7 @@ class Config
*/
public function checkSystem(): void
{
$this->set('PMA_VERSION', '5.0.0-alpha1');
$this->set('PMA_VERSION', '5.0.0-dev');
/* Major version */
$this->set(
'PMA_MAJOR_VERSION',

View File

@ -1,6 +1,6 @@
{
"name": "phpmyadmin",
"version": "5.0.0-alpha1",
"version": "5.0.0-dev",
"description": "A web interface for MySQL and MariaDB",
"repository": "https://github.com/phpmyadmin/phpmyadmin.git",
"author": "The phpMyAdmin Team <developers@phpmyadmin.net> (https://www.phpmyadmin.net/team/)",