aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-31 22:13:32 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-31 22:13:32 +0200
commit19d33072f83b192b5ae5eaeb36fcc19a23215e0a (patch)
treed5a2b3def3b94d331b84a732f40e9f5176176e79 /Makefile
parentfix warning (compiler regression?) (diff)
downloadlibkeccak-19d33072f83b192b5ae5eaeb36fcc19a23215e0a.tar.gz
libkeccak-19d33072f83b192b5ae5eaeb36fcc19a23215e0a.tar.bz2
libkeccak-19d33072f83b192b5ae5eaeb36fcc19a23215e0a.tar.xz
update version1.1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-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)