This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Version number
tags/v1.5.3
Nils
3 years ago
parent
1e4df084aa
commit
85bfc4ca48
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
meson.build
+1
-1
src/nsmd.cpp
+ 1
- 1
meson.build
View File
@@ -24,7 +24,7 @@
project(
'new-session-manager',
'c', 'cpp',
version : '1.5.
1
',
version : '1.5.
3
',
license : 'GPLv3',
)
+ 1
- 1
src/nsmd.cpp
View File
@@ -68,7 +68,7 @@ static char *session_root;
#define NSM_API_VERSION_MAJOR 1
#define NSM_API_VERSION_MINOR 1
#define NSM_API_VERSION_PATCH 1
#define VERSION_STRING "1.5.
1
"
#define VERSION_STRING "1.5.
3
"
#define ERR_OK 0
#define ERR_GENERAL_ERROR -1
Write
Preview
Loading…
Cancel
Save