aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-14 22:57:56 +0200
committerMattias Andrée <m@maandree.se>2024-10-14 22:57:56 +0200
commit8c7348888918e892d45043c5ac21572e4212243a (patch)
tree2f2ff81d44762702bd8ca1da3155e32de4662560 /Makefile
parentAdd optimisation for SHA-1 on ARMv8 (diff)
downloadlibsha1-8c7348888918e892d45043c5ac21572e4212243a.tar.gz
libsha1-8c7348888918e892d45043c5ac21572e4212243a.tar.bz2
libsha1-8c7348888918e892d45043c5ac21572e4212243a.tar.xz
Fix MINOR_VERSION
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46650fd..8a29996 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ include mk/$(OS).mk
LIB_MAJOR = 1
-LIB_MINOR = 0
+LIB_MINOR = 1
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)