diff options
author | 2025-08-25 09:17:27 +0200 | |
---|---|---|
committer | 2025-08-28 15:40:36 +0200 | |
commit | 36abca7522c6de81454358f887c81146744789b9 (patch) | |
tree | cf980ce4d6ddab54849e82c14a653258e331efce | |
parent | 0ec4f8708ec34d2c731c368146f65e28f97cc650 (diff) | |
download | pacman-offline-main.tar.gz pacman-offline-main.tar.zst |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ SED := sed # this is just a fallback in case you do not # use git but downloaded a release tarball... -DISTVER := 0.3.8 +DISTVER := 0.3.9 VERSION ?= $(shell git describe --long 2>/dev/null || echo $(DISTVER)) all: README.html |