Prepare for 4.8.6-dev

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2019-01-25 22:43:24 -05:00
parent 4556aafc90
commit 6d5af1b97d
5 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,8 @@
phpMyAdmin - ChangeLog
======================
4.8.6 (not yet released)
4.8.5 (2019-01-25)
- issue Developer debug data was saved to the PHP error log
- issue #14217 Fix issue when adding user on MySQL 8.0.11

2
README
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "phpmyadmin",
"version": "4.8.5",
"version": "4.8.6-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/)",