diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-26 23:35:09 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-26 23:35:09 +0100 |
commit | af241d554d545863082128b09ff765f47cf2dd06 (patch) | |
tree | 617e4f6edb347dc1f1bbc81003d1a68769d0eb20 /Makefile | |
parent | Add tests for byte-incomplete output (diff) | |
download | libkeccak-af241d554d545863082128b09ff765f47cf2dd06.tar.gz libkeccak-af241d554d545863082128b09ff765f47cf2dd06.tar.bz2 libkeccak-af241d554d545863082128b09ff765f47cf2dd06.tar.xz |
Bump lib minor number
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
@@ -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) |