diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-31 22:13:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-31 22:13:32 +0200 |
commit | 19d33072f83b192b5ae5eaeb36fcc19a23215e0a (patch) | |
tree | d5a2b3def3b94d331b84a732f40e9f5176176e79 /Makefile | |
parent | fix warning (compiler regression?) (diff) | |
download | libkeccak-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |