Oops. Forgot to update NSM API versions.
This commit is contained in:
parent
e4b42dc812
commit
82b2c5e565
|
@ -80,8 +80,8 @@ namespace NSM
|
|||
application_name,
|
||||
capabilities,
|
||||
process_name,
|
||||
0, /* api_major_version */
|
||||
5, /* api_minor_version */
|
||||
1, /* api_major_version */
|
||||
0, /* api_minor_version */
|
||||
pid );
|
||||
|
||||
lo_address_free( to );
|
||||
|
|
|
@ -59,8 +59,8 @@ static int signal_fd;
|
|||
static int session_lock_fd = 0;
|
||||
static char *session_root;
|
||||
|
||||
#define NSM_API_VERSION_MAJOR 0
|
||||
#define NSM_API_VERSION_MINOR 3
|
||||
#define NSM_API_VERSION_MAJOR 1
|
||||
#define NSM_API_VERSION_MINOR 0
|
||||
|
||||
#define ERR_OK 0
|
||||
#define ERR_GENERAL_ERROR -1
|
||||
|
|
Loading…
Reference in New Issue