Update master to 5.0.0-dev

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Maurício Meneghini Fauth 2018-04-11 16:24:01 -03:00
parent 6afb0f6587
commit 88022c62e3
8 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
4.9.0 (not yet released)
5.0.0 (not yet released)
4.8.1 (not yet released)

2
README
View File

@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
Version 4.9.0-dev
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 = '4.9.0-dev'
version = '5.0.0-dev'
# 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.9.0-dev');
$this->set('PMA_VERSION', '5.0.0-dev');
/* Major version */
$this->set(
'PMA_MAJOR_VERSION',

View File

@ -93,7 +93,7 @@ class ThemeTest extends PmaTestCase
$this->object->setPath('./test/classes/_data/gen_version_info');
$this->assertTrue($this->object->loadInfo());
$this->assertEquals('Test Theme', $this->object->getName());
$this->assertEquals('4.9', $this->object->getVersion());
$this->assertEquals('5.0', $this->object->getVersion());
}
/**

View File

@ -1,7 +1,7 @@
{
"name": "Test Theme",
"version": "4.9",
"version": "5.0",
"author": "phpMyAdmin developers",
"url": "https://www.phpmyadmin.net/",
"supports": ["4.9"]
"supports": ["5.0"]
}

View File

@ -1,8 +1,8 @@
{
"name": "Original",
"version": "4.9",
"version": "5.0",
"description": "Original phpMyAdmin theme",
"author": "phpMyAdmin developers",
"url": "https://www.phpmyadmin.net/",
"supports": ["4.9"]
"supports": ["5.0"]
}

View File

@ -1,8 +1,8 @@
{
"name": "pmahomme",
"version": "4.9",
"version": "5.0",
"description": "Default phpMyAdmin theme",
"author": "phpMyAdmin developers",
"url": "https://www.phpmyadmin.net/",
"supports": ["4.9"]
"supports": ["5.0"]
}