98_fheminfo.pm: -> 5.7 (Forum #44231)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9923 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-11-17 19:33:35 +00:00
parent 36301dc9e6
commit d2560ec8bd

View File

@ -74,7 +74,7 @@ CommandFheminfo($$)
lc(AttrVal("global","sendStatistics","")) eq "never"); lc(AttrVal("global","sendStatistics","")) eq "never");
my $branch = "DEVELOPMENT"; # UNUSED my $branch = "DEVELOPMENT"; # UNUSED
my $release = "5.6"; my $release = "5.7";
my $os = $^O; my $os = $^O;
my $arch = $Config{"archname"}; my $arch = $Config{"archname"};
my $perl = $^V; my $perl = $^V;