From 48c3aa519074300788da98d55bc66234db953cd2 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 25 Feb 2022 10:45:23 +0200 Subject: [PATCH] bug fix adding Dreambox mips -test --- NeoBoot/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index dc32082..edd1e4d 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -52,8 +52,8 @@ if not fileExists('/etc/vtiversion.info') and not fileExists('/etc/bhversion') a else: from Screens.Console import Console loggscrash = time.localtime(time.time()) -PLUGINVERSION = '9.48' -UPDATEVERSION = '9.48' +PLUGINVERSION = '9.49' +UPDATEVERSION = '9.49' UPDATEDATE = '"+%Y11%d"' LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'