Oops. Forgot to update NSM API versions.

pull/3/head
Jonathan Moore Liles 2012-03-03 11:16:20 -08:00
parent e4b42dc812
commit 82b2c5e565
2 changed files with 4 additions and 4 deletions

View File

@ -80,8 +80,8 @@ namespace NSM
application_name, application_name,
capabilities, capabilities,
process_name, process_name,
0, /* api_major_version */ 1, /* api_major_version */
5, /* api_minor_version */ 0, /* api_minor_version */
pid ); pid );
lo_address_free( to ); lo_address_free( to );

View File

@ -59,8 +59,8 @@ static int signal_fd;
static int session_lock_fd = 0; static int session_lock_fd = 0;
static char *session_root; static char *session_root;
#define NSM_API_VERSION_MAJOR 0 #define NSM_API_VERSION_MAJOR 1
#define NSM_API_VERSION_MINOR 3 #define NSM_API_VERSION_MINOR 0
#define ERR_OK 0 #define ERR_OK 0
#define ERR_GENERAL_ERROR -1 #define ERR_GENERAL_ERROR -1