diff options
author | Christian Hesse <mail@eworm.de> | 2015-07-16 09:38:17 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-07-16 09:38:17 +0200 |
commit | f7aac8b17639faeedabadffa4c39bbea81cd23a0 (patch) | |
tree | de44b79455430ba4fba8b416e5df9a961e1b69ef | |
parent | ea4b75c53ddcc8f38110d9b30e506cd787a798d7 (diff) | |
download | nthash-f7aac8b17639faeedabadffa4c39bbea81cd23a0.tar.gz nthash-f7aac8b17639faeedabadffa4c39bbea81cd23a0.tar.zst |
prepare version 0.1.60.1.6
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |