Browse Source

rebuild documentation and version strings

tags/v1.6.0
Nils 3 years ago
parent
commit
ef499e2379
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      meson.build
  2. +1
    -1
      src/nsmd.cpp

+ 1
- 1
meson.build View File

@@ -24,7 +24,7 @@
project(
'new-session-manager',
'c', 'cpp',
version : '1.5.3',
version : '1.6.0',
license : 'GPLv3',
)



+ 1
- 1
src/nsmd.cpp View File

@@ -67,7 +67,7 @@ static char *lockfile_directory;

#define NSM_API_VERSION_MAJOR 1
#define NSM_API_VERSION_MINOR 1
#define NSM_API_VERSION_PATCH 1
#define NSM_API_VERSION_PATCH 2
#define VERSION_STRING "1.6.0"

#define ERR_OK 0


Loading…
Cancel
Save