all: bump features version

This commit is contained in:
Thomas Schoebel-Theuer 2020-07-30 07:22:08 +02:00
parent 1eb85b831b
commit d24c57e50a
2 changed files with 5 additions and 2 deletions

View File

@ -35,7 +35,10 @@
* are added. When somebody may _rely_ on the new feature,
* then this _must_ be updated.
*/
#define OPTIONAL_STRATEGY_VERSION 1
/* 1 = traditional
* 2 = push operation available
*/
#define OPTIONAL_STRATEGY_VERSION 2
/* transient, to re-disappear */
extern int compat_deletions;

View File

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