aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-12-17 19:31:37 +0100
committerMattias Andrée <maandree@kth.se>2023-12-17 19:31:37 +0100
commit7af14d14fbc2faec9a5a50dc77a2d8ecf3747ec0 (patch)
treeb4528094b33f0e341ce566a0c74cb3dc5e5aa084
parentFix libsimple_arrayset and libsimple_arraypset and add libsimple_arrayfill and libsimple_arraynull (diff)
downloadlibsimple-7af14d14fbc2faec9a5a50dc77a2d8ecf3747ec0.tar.gz
libsimple-7af14d14fbc2faec9a5a50dc77a2d8ecf3747ec0.tar.bz2
libsimple-7af14d14fbc2faec9a5a50dc77a2d8ecf3747ec0.tar.xz
Update VERSION_MINOR
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a86fa7..63843ae 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ include mk/$(OS).mk
LIB_MAJOR = 1
-LIB_MINOR = 4
+LIB_MINOR = 5
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)
LIB_NAME = simple