From 14083ae1853aed1e88ba747f166f1cd66a6e74aa Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 30 Apr 2014 13:39:24 +0200 Subject: prepare release 0.1.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf