aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-07-16 09:38:17 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-07-16 09:38:17 +0200
commitf7aac8b17639faeedabadffa4c39bbea81cd23a0 (patch)
treede44b79455430ba4fba8b416e5df9a961e1b69ef
parentea4b75c53ddcc8f38110d9b30e506cd787a798d7 (diff)
downloadnthash-f7aac8b17639faeedabadffa4c39bbea81cd23a0.tar.gz
nthash-f7aac8b17639faeedabadffa4c39bbea81cd23a0.tar.zst
prepare version 0.1.60.1.6
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab6296d..26bd783 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ CFLAGS += -std=c11 -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.5
+VERSION := 0.1.6
all: nthash README.html