set new beta version for the new major release this year
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -31,7 +31,7 @@ final class Froxlor
|
||||
{
|
||||
|
||||
// Main version variable
|
||||
const VERSION = '0.11.0-dev1';
|
||||
const VERSION = '2.0.0-beta1';
|
||||
|
||||
// Database version (YYYYMMDDC where C is a daily counter)
|
||||
const DBVERSION = '202112310';
|
||||
|
||||
@@ -154,7 +154,7 @@ UI::setLinker($linker);
|
||||
/**
|
||||
* Global Theme-variable
|
||||
*/
|
||||
if (Update::versionInUpdate(Settings::Get('panel.version'), '0.11.0-dev1')) {
|
||||
if (Update::versionInUpdate(Settings::Get('panel.version'), '2.0.0-beta1')) {
|
||||
$theme = $_deftheme;
|
||||
} else {
|
||||
$theme = (Settings::Get('panel.default_theme') !== null) ? Settings::Get('panel.default_theme') : $_deftheme;
|
||||
|
||||
Reference in New Issue
Block a user