aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8298b4..6279642 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ PKGNAME = libkeccak
# The version of the library.
-LIB_MAJOR = 0
+LIB_MAJOR = 1
LIB_MINOR = 1
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)