27 lines
816 B
Diff
27 lines
816 B
Diff
From b1241e5026a4fd9a8674ad4b867c7efa3d8ef466 Mon Sep 17 00:00:00 2001
|
|
From: Ken Gaillot <kgaillot@redhat.com>
|
|
Date: Tue, 12 Jan 2021 09:03:03 -0600
|
|
Subject: [PATCH] Feature: tools: bump feature set for crm_resource --digests
|
|
|
|
... so script and tools can check for support
|
|
---
|
|
include/crm/crm.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
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])) )
|
|
--
|
|
1.8.3.1
|
|
|