diff options
author | Mattias Andrée <maandree@kth.se> | 2021-12-24 13:08:16 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-12-24 13:08:16 +0100 |
commit | c13252c6e8953cf21fcce8f5c0c2c45800e7c07a (patch) | |
tree | 973b85bcae7da75ac62c9aa9999ff85e249ee2c8 | |
parent | Add libkeccak_zerocopy_{update,digest} and in libkeccak_generalised_sum_fd (requires man pages) (diff) | |
download | libkeccak-c13252c6e8953cf21fcce8f5c0c2c45800e7c07a.tar.gz libkeccak-c13252c6e8953cf21fcce8f5c0c2c45800e7c07a.tar.bz2 libkeccak-c13252c6e8953cf21fcce8f5c0c2c45800e7c07a.tar.xz |
Update library version number
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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 = 2 +LIB_MINOR = 3 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) |