diff options
author | Christian Hesse <mail@eworm.de> | 2014-04-30 13:39:24 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-04-30 13:39:24 +0200 |
commit | 14083ae1853aed1e88ba747f166f1cd66a6e74aa (patch) | |
tree | c7f896bd21e3fbc8f2eb9bde1e775446c03dbbef /Makefile | |
parent | 15bb449b149ac4b81687dc513b93b7b908290a5f (diff) | |
download | nthash-bbd05f7dc4959e42e1f50454c1d1b79c833c4231.tar.gz nthash-bbd05f7dc4959e42e1f50454c1d1b79c833c4231.tar.zst |
prepare release 0.1.50.1.5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |