diff options
| author | 2025-11-03 12:14:42 +0100 | |
|---|---|---|
| committer | 2025-11-03 22:26:54 +0100 | |
| commit | b79f512abe8f9886c689aff3517325207f7d5da8 (patch) | |
| tree | 3712ea27c92835d8b6b4307fd5cece3891912aeb | |
| parent | 8d5bb93091227159cd43ce790042eff86446ed75 (diff) | |
| download | mpd-notification-main.tar.gz mpd-notification-main.tar.zst | |
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie # this is just a fallback in case you do not use git but downloaded # a release tarball... -DISTVER := 0.9.2 +DISTVER := 0.9.3 VERSION ?= $(shell git describe --long 2>/dev/null || echo $(DISTVER)) all: mpd-notification README.html |