Prepare for 4.7.8-dev

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2017-12-23 09:41:20 -05:00
parent 88df9e56bf
commit 8599e87ad3
4 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
phpMyAdmin - ChangeLog
======================
4.7.8 (not yet released)
4.7.7 (2017-12-23)
- issue #13865 Fixed displaying of formatted numeric values for some locales
- issue #13856 Ensure datetimepicker is always loaded for datetime fields

2
README
View File

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

View File

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

View File

@ -103,7 +103,7 @@ class Config
*/
public function checkSystem()
{
$this->set('PMA_VERSION', '4.7.7');
$this->set('PMA_VERSION', '4.7.8-dev');
/**
* @deprecated
*/