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