From 0800efcb590d3686682a06b855a91df62772c1f7 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 14 Dec 2025 17:57:04 +0200 Subject: [PATCH] Update NeoBoot stableee ver. 9.91 add mount by uuid ane label add Maxytec Multibox PRO add Zgemma H17 add download image online in red button and meny fix --- NeoBoot/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 8a27749..4fef404 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -53,8 +53,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.91' -UPDATEVERSION = '9.91' +PLUGINVERSION = '9.92' +UPDATEVERSION = '9.92' UPDATEDATE = '"+%Y13%d"' LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'