diff options
author | Christian Hesse <mail@eworm.de> | 2013-10-30 11:35:45 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-10-30 11:35:45 +0100 |
commit | 84fa3f3e915b1511631e8821ec01256b7ca40c87 (patch) | |
tree | 11d9f647083c95a271c59be083611582cb929d35 /Makefile | |
parent | 4844cf8625f635baaa0d3c31182e34f89ec70bc5 (diff) | |
download | paccache-84fa3f3e915b1511631e8821ec01256b7ca40c87.tar.gz paccache-84fa3f3e915b1511631e8821ec01256b7ca40c87.tar.zst |
prepare for release 0.0.40.0.4
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ ARCH := $(shell uname -m) # this is just a fallback in case you do not use git but downloaded # a release tarball... ifeq ($(VERSION),) -VERSION := 0.0.3 +VERSION := 0.0.4 endif all: pacredir pacdbserve README.html |