diff options
author | Christian Hesse <mail@eworm.de> | 2014-09-04 14:00:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-09-04 14:00:51 +0200 |
commit | c04ef6f8f719bc8a4db20352bde33e2de87da422 (patch) | |
tree | 198891ac4814301625dd4a8e57165cb2c3e2b3c3 /Makefile | |
parent | 03dacf3be228b0c3d48a6572d8ce6efbb7c917dd (diff) | |
download | paccache-c04ef6f8f719bc8a4db20352bde33e2de87da422.tar.gz paccache-c04ef6f8f719bc8a4db20352bde33e2de87da422.tar.zst |
prepare release 0.1.10
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ CFLAGS += $(shell pkg-config --libs --cflags libmicrohttpd) CFLAGS += -liniparser # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.1.9 +VERSION := 0.1.10 all: pacredir avahi/pacdbserve.service README.html |