diff options
author | Christian Hesse <mail@eworm.de> | 2024-06-19 15:03:08 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-06-19 21:42:47 +0200 |
commit | 9d206a21c5405eebc2b70560361975c8733b3138 (patch) | |
tree | 1ca5e3805465652d0e970924dc28a8db30d3bda4 /Makefile | |
parent | 8a60c98ecb161df1040ccca3259750b1aeb1d2e7 (diff) | |
download | mpd-notification-9d206a21c5405eebc2b70560361975c8733b3138.tar.gz mpd-notification-9d206a21c5405eebc2b70560361975c8733b3138.tar.zst |
prepare version 0.9.00.9.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,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.7 +VERSION := 0.9.0 all: mpd-notification README.html |