From 549084db7e9a8ebdffed2a454638e47062f4e597 Mon Sep 17 00:00:00 2001 From: Ken Gaillot Date: Dec 12 2020 01:37:27 +0000 Subject: Build: libcrmcommon: bump CRM feature set ... for op_expression/rsc_expression rules, on-fail=demote, and no-quorum-policy=demote --- diff --git a/include/crm/crm.h b/include/crm/crm.h index d2ffb61..dc2adc1 100644 --- a/include/crm/crm.h +++ b/include/crm/crm.h @@ -51,7 +51,7 @@ extern "C" { * >=3.0.13: Fail counts include operation name and interval * >=3.2.0: DC supports PCMK_LRM_OP_INVALID and PCMK_LRM_OP_NOT_CONNECTED */ -# define CRM_FEATURE_SET "3.3.0" +# define CRM_FEATURE_SET "3.4.0" # define EOS '\0' # define DIMOF(a) ((int) (sizeof(a)/sizeof(a[0])) )