Bumped version to 0.8

This commit is contained in:
2023-02-17 19:35:43 +01:00
parent 37f4bd4185
commit c500face92
6 changed files with 35 additions and 17 deletions

View File

@@ -7,6 +7,12 @@ Copyright (C) 2011-2023 Thomas Hooge
SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/
// global version string
$config_version = 'v0.8';
// available languages
$config_lang = array('de', 'en');
include("lib/functions.php");
require("lib/db.class.php");