mirror of
https://github.com/schoebel/mars
synced 2024-12-12 09:45:41 +00:00
all: bump features version
This commit is contained in:
parent
1eb85b831b
commit
d24c57e50a
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user