From 95e11b9d6482cc298c89e127dea84e5920444225 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Jan 22 2021 12:12:34 +0000 Subject: Fix: include: Bump CRM_FEATURE_SET to 3.6.3. This is being bumped due to the addition of the --output-as= and --output-to= arguments to crm_resource for formatted output. In addition, there are various minor differences in the crm_resource text output. It is hoped that over time, these differences won't matter as much because consumers can use the XML output instead. patch_name: 007-feature-set.patch present_in_specfile: true location_in_specfile: 7 squash_commits: true --- diff --git a/include/crm/crm.h b/include/crm/crm.h index 4eca278..b07152c 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.6.2" +# define CRM_FEATURE_SET "3.6.3" # define EOS '\0' # define DIMOF(a) ((int) (sizeof(a)/sizeof(a[0])) )