aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-20 11:43:46 +0100
committerMattias Andrée <maandree@kth.se>2022-02-20 11:43:46 +0100
commit365fcba7c572fe22da8a47ade45138411f45ee4a (patch)
treef97f64c056ce864e02ac9d6e5d4a0b14f5bc6072
parentAdd a warning that the API for BLAKE2X is a draft (diff)
downloadlibblake-365fcba7c572fe22da8a47ade45138411f45ee4a.tar.gz
libblake-365fcba7c572fe22da8a47ade45138411f45ee4a.tar.bz2
libblake-365fcba7c572fe22da8a47ade45138411f45ee4a.tar.xz
Bump version3.0
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 c6aae48..5f38b36 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ OS = linux
include mk/$(OS).mk
-LIB_MAJOR = 2
+LIB_MAJOR = 3
LIB_MINOR = 0
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)
LIB_NAME = blake