marsadm: version hint at newer features

This commit is contained in:
Thomas Schoebel-Theuer 2017-05-28 19:23:46 +02:00
parent 783abfa501
commit d596d2b388

View File

@ -93,7 +93,7 @@ sub lwarn {
my $Id = '$Id$ ';
my $user_version = 0.1;
my $marsadm_version = 1; # some rough hint at newer features
my $marsadm_version = 2; # some rough hint at newer features
my $mars = "/mars";
my $host = `uname -n` or ldie "cannot determine my network node name\n";
chomp $host;