set db_version correctly everywhere

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-11-18 08:52:40 +01:00
parent ca2949da71
commit 1984aced9d
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
$version = '0.9.38';
// Database version (YYYYMMDDC where C is a daily counter)
$dbversion = '201610070';
$dbversion = '201611180';
// Distribution branding-tag (used for Debian etc.)
$branding = '';