From: Konrad Schwarz <
konrad....@siemens.com>
The protocol patch level is incremented to indicate the switch to sticky failure state.
Signed-off-by: Konrad Schwarz <
konrad....@siemens.com>
---
include/progress_ipc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/progress_ipc.h b/include/progress_ipc.h
index 11a1b0b4..6ef6310f 100644
--- a/include/progress_ipc.h
+++ b/include/progress_ipc.h
@@ -42,7 +42,7 @@ extern char* SOCKET_PROGRESS_PATH;
#define PROGRESS_API_MAJOR 2
#define PROGRESS_API_MINOR 0
-#define PROGRESS_API_PATCH 0
+#define PROGRESS_API_PATCH 1
#define PROGRESS_API_VERSION ((PROGRESS_API_MAJOR & 0xFFFF) << 16 | \
(PROGRESS_API_MINOR & 0xFF) << 8 | \
--
2.47.3