aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-12-24 13:08:16 +0100
committerMattias Andrée <maandree@kth.se>2021-12-24 13:08:16 +0100
commitc13252c6e8953cf21fcce8f5c0c2c45800e7c07a (patch)
tree973b85bcae7da75ac62c9aa9999ff85e249ee2c8 /Makefile
parentAdd libkeccak_zerocopy_{update,digest} and in libkeccak_generalised_sum_fd (requires man pages) (diff)
downloadlibkeccak-c13252c6e8953cf21fcce8f5c0c2c45800e7c07a.tar.gz
libkeccak-c13252c6e8953cf21fcce8f5c0c2c45800e7c07a.tar.bz2
libkeccak-c13252c6e8953cf21fcce8f5c0c2c45800e7c07a.tar.xz
Update library version number
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 ed35ab5..f7a4503 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ include $(OSCONFIGFILE)
# The version of the library.
LIB_MAJOR = 1
-LIB_MINOR = 2
+LIB_MINOR = 3
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)