aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-01-27 19:08:59 +0100
committerMattias Andrée <maandree@kth.se>2024-01-27 19:08:59 +0100
commit310928bf5eb7cec8f43b105c1957584415f7b254 (patch)
treec095de87cc4e6e57775d6e04a4a94af98687cbd6 /Makefile
parentAdd libsimple_close_range (diff)
downloadlibsimple-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4783e37..cc99bc0 100644
--- a/Makefile
+++ b/Makefile
@@ -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