aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-08-18 10:04:07 +0200
committerMattias Andrée <maandree@kth.se>2024-08-18 10:04:07 +0200
commit68337473cca8523ebf657109598ff82ff4ba794c (patch)
treeaefc13183c04fc527f67b25c6b14d651488110cb /Makefile
parentAdd @since for definitions added in version 1.4 (diff)
parentFix return value for libsimple_{local,gm}time.c (diff)
downloadlibsimple-68337473cca8523ebf657109598ff82ff4ba794c.tar.gz
libsimple-68337473cca8523ebf657109598ff82ff4ba794c.tar.bz2
libsimple-68337473cca8523ebf657109598ff82ff4ba794c.tar.xz
Merge tag '1.5' into since
Version 1.5
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