Add 'dev.' to the release version in master

This helps (roughly) identifying versions when opening issues on
GitHub, using the latest ZIP file for master.

References 
This commit is contained in:
logmanoriginal 2018-09-26 19:58:24 +02:00
parent 13bd7fe21b
commit 996295e82f

View file

@ -1,7 +1,7 @@
<?php
class Configuration {
public static $VERSION = '2018-09-09';
public static $VERSION = 'dev.2018-09-09';
public static $config = null;