From f7aac8b17639faeedabadffa4c39bbea81cd23a0 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 16 Jul 2015 09:38:17 +0200 Subject: prepare version 0.1.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf