diff options
author | Christian Hesse <mail@eworm.de> | 2021-06-07 09:47:23 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-06-07 09:59:03 +0200 |
commit | 60e4df12083836a8fb19aaf4cea8207069b8acbc (patch) | |
tree | 2368cebb36321195067f754d3da9b5221137e8d7 | |
parent | 1326a40144954d36792b1fd32d2f19a3f5429015 (diff) | |
download | pacredir-60e4df12083836a8fb19aaf4cea8207069b8acbc.tar.gz pacredir-60e4df12083836a8fb19aaf4cea8207069b8acbc.tar.zst |
prepare version 0.4.40.4.4
-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.3 +VERSION := 0.4.4 MARKDOWN = $(wildcard *.md) HTML = $(MARKDOWN:.md=.html) |