2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 03:59:11 +00:00

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 afeeb18620
commit d0f82a87f2

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;