Browse Source

Provide full semantic versioning to nsmd.cpp

tags/v1.4.0
Nils 4 years ago
parent
commit
0e041ffa31
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/nsmd.cpp

+ 3
- 2
src/nsmd.cpp View File

@@ -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


Loading…
Cancel
Save