This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new d89fea9eb MINIFICPP-2881 Set MINIFI_API_VERSION to 2 (#2244)
d89fea9eb is described below

commit d89fea9eb619088c011ef703801f6d1e67c93907
Author: Martin Zink <[email protected]>
AuthorDate: Tue Aug 11 22:13:26 2026 +0200

    MINIFICPP-2881 Set MINIFI_API_VERSION to 2 (#2244)
---
 minifi-api/include/minifi-api.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/minifi-api/include/minifi-api.h b/minifi-api/include/minifi-api.h
index b37f5d8a3..f9d1fe078 100644
--- a/minifi-api/include/minifi-api.h
+++ b/minifi-api/include/minifi-api.h
@@ -43,7 +43,7 @@ extern "C" {
 #define MINIFI_PROXY_CONFIGURATION_SERVICE_INTERFACE_PROPERTY_TYPE 
"org.apache.nifi.minifi.controllers.ProxyConfigurationServiceInterface"
 
 enum : uint32_t {
-  MINIFI_API_VERSION = 1
+  MINIFI_API_VERSION = 2
 };
 
 enum minifi_io_status : int64_t {

Reply via email to