2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

98_fheminfo.pm: change 5.7 to 5.8

git-svn-id: https://svn.fhem.de/fhem/trunk@13522 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-02-26 08:21:50 +00:00
parent adb8430f5a
commit e978436931

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.7"; my $release = "5.8";
my $feature = $featurelevel ? $featurelevel : $release; my $feature = $featurelevel ? $featurelevel : $release;
my $os = $^O; my $os = $^O;
my $arch = $Config{"archname"}; my $arch = $Config{"archname"};