From 7a2728ba9558d51c74ff0c557bcdacab69104f00 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Wed, 17 Jun 2020 17:59:38 +0200 Subject: [PATCH] raise NSM_API_VERSION_MINOR from 0 to 1 --- src/nsmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nsmd.cpp b/src/nsmd.cpp index 07ceac5..9f14068 100644 --- a/src/nsmd.cpp +++ b/src/nsmd.cpp @@ -68,7 +68,7 @@ static int session_lock_fd = 0; static char *session_root; #define NSM_API_VERSION_MAJOR 1 -#define NSM_API_VERSION_MINOR 0 +#define NSM_API_VERSION_MINOR 1 #define ERR_OK 0 #define ERR_GENERAL_ERROR -1