diff options
| author | Darkelarious <darkelarious@333networks.com> | 2017-11-10 16:10:13 +0100 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2017-11-10 16:10:13 +0100 |
| commit | ac2a59c2c7011b5bfe446eae8ca2bb765d4de733 (patch) | |
| tree | f642fa05b2f6fe27c422e229e849fdecf0302e39 /lib/MasterWebInterface/Handler/Tools/Version.pm | |
| parent | 554183b02971f9342ffddcf43fb505f8c3b84eb0 (diff) | |
| download | WebInterface-Perl-MS-Perl-ac2a59c2c7011b5bfe446eae8ca2bb765d4de733.tar.gz WebInterface-Perl-MS-Perl-ac2a59c2c7011b5bfe446eae8ca2bb765d4de733.zip | |
fix use of uninitialized values in string output
Diffstat (limited to 'lib/MasterWebInterface/Handler/Tools/Version.pm')
| -rwxr-xr-x | lib/MasterWebInterface/Handler/Tools/Version.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MasterWebInterface/Handler/Tools/Version.pm b/lib/MasterWebInterface/Handler/Tools/Version.pm index 238f8e2..d8d4979 100755 --- a/lib/MasterWebInterface/Handler/Tools/Version.pm +++ b/lib/MasterWebInterface/Handler/Tools/Version.pm @@ -30,7 +30,7 @@ sub version { p "This MasterServer Interface has the following version information:"; table; Tr; td "build_type"; td "333networks Masterserver Web Interface ";end; - Tr; td "build_version"; td "3.0.3";end; + Tr; td "build_version"; td "3.0.4";end; Tr; td "build_date"; td "2017-11-10";end; Tr; td "build_author"; td "Darkelarious, darkelarious\@333networks.com";end; end; |
