set version to 0.10.0-rc1 for upcoming release candidate

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-04-10 08:24:04 +02:00
parent 13ac7ef66c
commit 29365838b3
4 changed files with 15 additions and 8 deletions

View File

@@ -7,10 +7,10 @@ final class Froxlor
{
// Main version variable
const VERSION = '0.10.0';
const VERSION = '0.10.0-rc1';
// Database version (YYYYMMDDC where C is a daily counter)
const DBVERSION = '201902210';
const DBVERSION = '201904100';
// Distribution branding-tag (used for Debian etc.)
const BRANDING = '';