From 85bfc4ca480360be101a07947d170ff01e268c26 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sat, 15 Jan 2022 13:34:26 +0100 Subject: [PATCH] Version number --- meson.build | 2 +- src/nsmd.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index cb78334..58f7635 100644 --- a/meson.build +++ b/meson.build @@ -24,7 +24,7 @@ project( 'new-session-manager', 'c', 'cpp', -version : '1.5.1', +version : '1.5.3', license : 'GPLv3', ) diff --git a/src/nsmd.cpp b/src/nsmd.cpp index 7846518..02c6508 100644 --- a/src/nsmd.cpp +++ b/src/nsmd.cpp @@ -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