diff --git a/src/nsmd.cpp b/src/nsmd.cpp index 779b565..6dbcbcc 100644 --- a/src/nsmd.cpp +++ b/src/nsmd.cpp @@ -68,8 +68,9 @@ static int session_lock_fd = 0; static char *session_root; #define NSM_API_VERSION_MAJOR 1 -#define NSM_API_VERSION_MINOR 2 -#define VERSION_STRING "1.4" +#define NSM_API_VERSION_MINOR 1 +#define NSM_API_VERSION_PATCH 0 +#define VERSION_STRING "1.4.0" #define ERR_OK 0 #define ERR_GENERAL_ERROR -1