Browse Source

raise NSM_API_VERSION_MINOR from 0 to 1

tags/v1.3
Nils 4 years ago
parent
commit
7a2728ba95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nsmd.cpp

+ 1
- 1
src/nsmd.cpp View File

@@ -68,7 +68,7 @@ static int session_lock_fd = 0;
static char *session_root; static char *session_root;


#define NSM_API_VERSION_MAJOR 1 #define NSM_API_VERSION_MAJOR 1
#define NSM_API_VERSION_MINOR 0
#define NSM_API_VERSION_MINOR 1


#define ERR_OK 0 #define ERR_OK 0
#define ERR_GENERAL_ERROR -1 #define ERR_GENERAL_ERROR -1


Loading…
Cancel
Save