aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-26 23:35:09 +0100
committerMattias Andrée <maandree@kth.se>2022-02-26 23:35:09 +0100
commitaf241d554d545863082128b09ff765f47cf2dd06 (patch)
tree617e4f6edb347dc1f1bbc81003d1a68769d0eb20
parentAdd tests for byte-incomplete output (diff)
downloadlibkeccak-af241d554d545863082128b09ff765f47cf2dd06.tar.gz
libkeccak-af241d554d545863082128b09ff765f47cf2dd06.tar.bz2
libkeccak-af241d554d545863082128b09ff765f47cf2dd06.tar.xz
Bump lib minor number
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41c39b8..c2a3ef3 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ include $(OSCONFIGFILE)
# The version of the library.
LIB_MAJOR = 1
-LIB_MINOR = 3
+LIB_MINOR = 4
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)