diff options
author | Christian Hesse <mail@eworm.de> | 2022-09-26 10:29:30 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-09-26 10:29:30 +0200 |
commit | 6464420a9b074b7992a1f03bc714f215e7677838 (patch) | |
tree | 3692ee9ffe06c1732cb7120ad0c0ee89fb4d2a8b | |
parent | ac886bea59fe3e8b9b136f2a650b43dafae6a1b3 (diff) | |
download | pacredir-0.4.6.tar.gz (sig) pacredir-0.4.6.tar.zst (sig) |
prepare version 0.4.60.4.6
-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.5 +VERSION := 0.4.6 MARKDOWN = $(wildcard *.md) HTML = $(MARKDOWN:.md=.html) |