marsadm: increase version

This commit is contained in:
Thomas Schoebel-Theuer 2018-07-10 18:56:49 +02:00
parent 021a3842dc
commit 74a4462bdf
1 changed files with 1 additions and 1 deletions

View File

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