diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-12 14:53:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-12 14:53:39 +0100 |
commit | 2eccabe568a61c990baa62f1d6a2f58d7f62f3e6 (patch) | |
tree | 5bdcddea175c56fa452ca4257946b32bc3900dbf /Makefile | |
parent | m (diff) | |
download | libkeccak-2eccabe568a61c990baa62f1d6a2f58d7f62f3e6.tar.gz libkeccak-2eccabe568a61c990baa62f1d6a2f58d7f62f3e6.tar.bz2 libkeccak-2eccabe568a61c990baa62f1d6a2f58d7f62f3e6.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ # The version of the library. -LIB_MAJOR = 1 -LIB_MINOR = 0 +LIB_MAJOR = 0 +LIB_MINOR = 1 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) |