Prepare master for 5.1.0-dev
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
parent
d47fe91d67
commit
20d17644ef
@ -1,6 +1,8 @@
|
||||
phpMyAdmin - ChangeLog
|
||||
======================
|
||||
|
||||
5.1.0 (not yet released)
|
||||
|
||||
5.0.0 (not yet released)
|
||||
- issue #13896 Drop support for PHP 5.5, PHP 5.6, PHP 7.0 and HHVM
|
||||
- issue #14007 Enable columns names by default for CSV exports
|
||||
|
||||
2
README
2
README
@ -1,7 +1,7 @@
|
||||
phpMyAdmin - Readme
|
||||
===================
|
||||
|
||||
Version 5.0.0-dev
|
||||
Version 5.1.0-dev
|
||||
|
||||
A web interface for MySQL and MariaDB.
|
||||
|
||||
|
||||
@ -51,7 +51,7 @@ copyright = u'2012 - 2018, The phpMyAdmin devel team'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '5.0.0-dev'
|
||||
version = '5.1.0-dev'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
||||
@ -113,7 +113,7 @@ class Config
|
||||
*/
|
||||
public function checkSystem(): void
|
||||
{
|
||||
$this->set('PMA_VERSION', '5.0.0-dev');
|
||||
$this->set('PMA_VERSION', '5.1.0-dev');
|
||||
/* Major version */
|
||||
$this->set(
|
||||
'PMA_MAJOR_VERSION',
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "phpmyadmin",
|
||||
"version": "5.0.0-dev",
|
||||
"version": "5.1.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/)",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user