diff options
author | Christian Hesse <mail@eworm.de> | 2021-01-01 22:41:29 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-01-01 22:41:29 +0100 |
commit | 3a472bba0c177a2fa5ebc5dc53cc6c52e94d472e (patch) | |
tree | 6aa8f42e62c22f16361013742f081d0d633c6bb7 | |
parent | Makefile: allow to override CFLAGS... (diff) | |
download | mpd-notification-3a472bba0c177a2fa5ebc5dc53cc6c52e94d472e.tar.gz mpd-notification-3a472bba0c177a2fa5ebc5dc53cc6c52e94d472e.tar.bz2 mpd-notification-3a472bba0c177a2fa5ebc5dc53cc6c52e94d472e.tar.xz mpd-notification-3a472bba0c177a2fa5ebc5dc53cc6c52e94d472e.tar.zst mpd-notification-3a472bba0c177a2fa5ebc5dc53cc6c52e94d472e.zip |
prepare version 0.8.6
-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... -VERSION := 0.8.5 +VERSION := 0.8.6 all: mpd-notification README.html |