2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

98_fheminfo.pm: change reported release to 5.6

git-svn-id: https://svn.fhem.de/fhem/trunk@6937 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-11-10 06:26:39 +00:00
parent cd2f285530
commit d68485f681

View File

@ -75,8 +75,8 @@ CommandFheminfo($$)
return "Argument 'send' is not useful, if global attribute 'sendStatistics' is set to 'never'."
if(@args && lc($args[0]) eq "send" && lc(AttrVal("global","sendStatistics","")) eq "never");
my $branch = "DEVELOPMENT";
my $release = "5.5";
my $ranch = "DEVELOPMENT";
my $release = "5.6";
my $os = $^O;
my $arch = $Config{"archname"};
my $perl = $^V;