diff options
author | Christian Hesse <mail@eworm.de> | 2022-04-04 16:22:12 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-04-04 16:22:12 +0200 |
commit | dbdc4c5cc6adde6b5c5606d3838d543f5ba96808 (patch) | |
tree | 9e80a124b2b04480d7bc83587225365e19bef864 | |
parent | eccaef432b7369bf39468c5065c9aab892c81c01 (diff) | |
download | pacredir-dbdc4c5cc6adde6b5c5606d3838d543f5ba96808.tar.gz pacredir-dbdc4c5cc6adde6b5c5606d3838d543f5ba96808.tar.zst |
prepare version 0.4.50.4.5
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ ID := $(shell shopt -u extglob && source /etc/os-release && echo $$ID) # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.4.4 +VERSION := 0.4.5 MARKDOWN = $(wildcard *.md) HTML = $(MARKDOWN:.md=.html) |