From 555457f744f2aac970ce771a2bb749eabd79bebf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Moritz=20Str=C3=BCbe?= Date: Sat, 11 Jul 2009 12:31:15 +0000 Subject: [PATCH] Wrong version numbers --- elektro/CONTROL/control | 2 +- elektro/src/plugin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elektro/CONTROL/control b/elektro/CONTROL/control index dd20c76..03dae1f 100644 --- a/elektro/CONTROL/control +++ b/elektro/CONTROL/control @@ -1,5 +1,5 @@ Package: enigma2-plugin-extensions-elektro -Version: 20090711 +Version: 3.3.2 Description: Automatically shut down your box when you don't need it. Architecture: mipsel Section: extra diff --git a/elektro/src/plugin.py b/elektro/src/plugin.py index 9ad38e9..21857c0 100644 --- a/elektro/src/plugin.py +++ b/elektro/src/plugin.py @@ -76,7 +76,7 @@ except IOError: # Globals session = None ElektroWakeUpTime = -1 -elektro_pluginversion = "3.3.1" +elektro_pluginversion = "3.3.2" elektro_readme = "/usr/lib/enigma2/python/Plugins/Extensions/Elektro/readme.txt" elektrostarttime = 60 elektrosleeptime = 5 -- 2.7.4