diff options
author | Christian Hesse <mail@eworm.de> | 2013-10-28 13:23:03 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-10-28 13:23:03 +0100 |
commit | b248e11abde401c8712eae6a8153c446867091cd (patch) | |
tree | 016b3291ba0a950bfd9abb81827b12a0674e42b0 /Makefile | |
parent | 6c13003e4b90fb96f91c9010b98ae833af38b991 (diff) | |
download | paccache-b248e11abde401c8712eae6a8153c446867091cd.tar.gz paccache-b248e11abde401c8712eae6a8153c446867091cd.tar.zst |
prepare for release 0.0.20.0.2
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.1 +VERSION := 0.0.2 endif all: pacredir pacdbserve README.html |