diff options
author | Mattias Andrée <maandree@kth.se> | 2023-12-17 19:31:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-12-17 19:31:37 +0100 |
commit | 7af14d14fbc2faec9a5a50dc77a2d8ecf3747ec0 (patch) | |
tree | b4528094b33f0e341ce566a0c74cb3dc5e5aa084 /Makefile | |
parent | Fix libsimple_arrayset and libsimple_arraypset and add libsimple_arrayfill and libsimple_arraynull (diff) | |
download | libsimple-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 '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 = 4 +LIB_MINOR = 5 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) LIB_NAME = simple |