From 16bcad136dc004b7c7bb9f5044c7ef488c441701 Mon Sep 17 00:00:00 2001 From: Ken Gaillot Date: Thu, 21 Nov 2019 15:39:42 -0600 Subject: [PATCH 16/18] Feature: controller: bump feature set for shutdown-lock --- include/crm/crm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/crm/crm.h b/include/crm/crm.h index cbf72d3..d2ffb61 100644 --- a/include/crm/crm.h +++ b/include/crm/crm.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2019 the Pacemaker project contributors + * Copyright 2004-2020 the Pacemaker project contributors * * The version control history for this file may have further details. * @@ -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.2.0" +# define CRM_FEATURE_SET "3.3.0" # define EOS '\0' # define DIMOF(a) ((int) (sizeof(a)/sizeof(a[0])) ) -- 1.8.3.1