diff options
author | Mattias Andrée <maandree@kth.se> | 2024-01-27 19:08:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-01-27 19:08:59 +0100 |
commit | 310928bf5eb7cec8f43b105c1957584415f7b254 (patch) | |
tree | c095de87cc4e6e57775d6e04a4a94af98687cbd6 /Makefile | |
parent | Add libsimple_close_range (diff) | |
download | libsimple-310928bf5eb7cec8f43b105c1957584415f7b254.tar.gz libsimple-310928bf5eb7cec8f43b105c1957584415f7b254.tar.bz2 libsimple-310928bf5eb7cec8f43b105c1957584415f7b254.tar.xz |
Update library version number
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-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 = 5 +LIB_MINOR = 6 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) LIB_NAME = simple |