Browse Source

Oops. Forgot to update NSM API versions.

tags/non-daw-v1.2.0
Jonathan Moore Liles 13 years ago
parent
commit
82b2c5e565
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      nonlib/NSM/Client.C
  2. +2
    -2
      session-manager/src/nsmd.C

+ 2
- 2
nonlib/NSM/Client.C View File

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


+ 2
- 2
session-manager/src/nsmd.C View File

@@ -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…
Cancel
Save