From 01afe33c379652dbd1a06a4e61159d37d3aa9096 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 19 Jun 2019 12:36:21 +0200 Subject: [PATCH] fix little bug in --- 73_AMADCommBridge.pm | 4 ++-- 74_AMADDevice.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/73_AMADCommBridge.pm b/73_AMADCommBridge.pm index c5b515c..48966ac 100755 --- a/73_AMADCommBridge.pm +++ b/73_AMADCommBridge.pm @@ -68,8 +68,8 @@ use GPUtils qw(GP_Import) ; # wird für den Import der FHEM Funktionen aus der fhem.pl benötigt use HttpUtils; use TcpServerUtils; -our $MODULVERSION = 'v4.4.2'; -our $FLOWSETVERSION = 'v4.4.1'; +our $MODULVERSION = '4.4.2'; +our $FLOWSETVERSION = '4.4.1'; my $missingModul = ''; eval "use Encode qw(encode encode_utf8);1" or $missingModul .= 'Encode '; diff --git a/74_AMADDevice.pm b/74_AMADDevice.pm index 17fb899..2d507ef 100755 --- a/74_AMADDevice.pm +++ b/74_AMADDevice.pm @@ -55,8 +55,8 @@ use FHEM::Meta; use Data::Dumper; #only for Debugging use GPUtils qw(GP_Import) ; # wird für den Import der FHEM Funktionen aus der fhem.pl benötigt -our $MODULVERSION = 'v4.4.2'; -our $FLOWSETVERSION = 'v4.4.1'; +our $MODULVERSION = '4.4.2'; +our $FLOWSETVERSION = '4.4.1'; my $missingModul = ''; eval "use Encode qw(encode encode_utf8);1" or $missingModul .= 'Encode ';