diff options
author | Mattias Andrée <maandree@kth.se> | 2024-08-18 10:31:11 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-08-18 10:31:11 +0200 |
commit | 52b69578627ac6fe1b8c490a156a3b17b60c788c (patch) | |
tree | f656974e6ad304d1ecbb6935fe3b546b7407075b | |
parent | Add @since for new definitions (diff) | |
download | libsimple-52b69578627ac6fe1b8c490a156a3b17b60c788c.tar.gz libsimple-52b69578627ac6fe1b8c490a156a3b17b60c788c.tar.bz2 libsimple-52b69578627ac6fe1b8c490a156a3b17b60c788c.tar.xz |
Update LIB_MINOR for next release
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ include mk/$(OS).mk LIB_MAJOR = 1 -LIB_MINOR = 6 +LIB_MINOR = 7 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) LIB_NAME = simple |