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

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

View File

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