diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-05 13:30:04 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-05 13:30:04 +0100 |
commit | f3c18c3468c83bb419e70fa854eac7f669960d1c (patch) | |
tree | 4eb98fee9aa2300b0f43a1e3883c866442f8d016 /Makefile | |
parent | 0fbabe67712b932226fc58ee4af279d7005e82f1 (diff) | |
download | paccache-f3c18c3468c83bb419e70fa854eac7f669960d1c.tar.gz paccache-f3c18c3468c83bb419e70fa854eac7f669960d1c.tar.zst |
prepare release 0.0.60.0.6
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ VERSION := $(shell git describe --tags --long 2>/dev/null) # this is just a fallback in case you do not use git but downloaded # a release tarball... ifeq ($(VERSION),) -VERSION := 0.0.5 +VERSION := 0.0.6 endif all: pacredir avahi/pacdbserve.service README.html |