From 57ccb36008ca9de7242757e358727863fc6faf52 Mon Sep 17 00:00:00 2001 From: Ken Gaillot Date: Jan 22 2021 12:12:42 +0000 Subject: Feature: tools: bump feature set for crm_resource --digests ... so script and tools can check for support patch_name: 023-rhbz1872376.patch present_in_specfile: true location_in_specfile: 23 squash_commits: true --- diff --git a/include/crm/crm.h b/include/crm/crm.h index b07152c..4bbf46a 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.3" +# define CRM_FEATURE_SET "3.6.4" # define EOS '\0' # define DIMOF(a) ((int) (sizeof(a)/sizeof(a[0])) )