all: release mars0.1abeta2

This commit is contained in:
Thomas Schoebel-Theuer 2017-09-23 07:53:10 +02:00
parent 06ea3d4d1b
commit 8a3f40300c
2 changed files with 5 additions and 1 deletions

View File

@ -223,6 +223,10 @@ Changelog for series 0.1a:
Add only absolutely necessary features.
Receive mainly fixes.
mars0.1abeta2
* Merge mars0.1stable50.
* Silence annoying false-positive network interruption messages.
mars0.1abeta1
* Merge mars0.1stable49.
* Several smaller fixes.

View File

@ -98,7 +98,7 @@ sub lwarn {
my $Id = '$Id$ ';
my $user_version = 0.1;
my $marsadm_version = 2.1; # some rough hint at newer features
my $marsadm_version = 2.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;