marsadm: bump version (new systemd features)

This commit is contained in:
Thomas Schoebel-Theuer 2019-11-21 18:52:32 +01:00
parent 28ede9c2bb
commit ec4e4e7bb3
1 changed files with 1 additions and 1 deletions

View File

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