summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-04-30 13:39:24 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-04-30 13:39:24 +0200
commit14083ae1853aed1e88ba747f166f1cd66a6e74aa (patch)
treec7f896bd21e3fbc8f2eb9bde1e775446c03dbbef
parent15bb449b149ac4b81687dc513b93b7b908290a5f (diff)
downloadnthash-14083ae1853aed1e88ba747f166f1cd66a6e74aa.tar.gz
nthash-14083ae1853aed1e88ba747f166f1cd66a6e74aa.tar.zst
prepare release 0.1.50.1.5
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4142d8..d508acb 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ CFLAGS += -O2 -Wall -Werror
# Debian has the libs but no pkg-config file. Fall back to hard coded
# "-lnettle" if pkg-config fails.
CFLAGS += $(shell pkg-config --cflags --libs nettle 2>/dev/null || echo "-lnettle")
-VERSION := 0.1.4
+VERSION := 0.1.5
all: nthash README.html