diff options
author | Christian Hesse <mail@eworm.de> | 2014-05-06 21:48:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-05-06 21:48:43 +0200 |
commit | 516ecec73e730a9c22ca534eb884184d47f8bd86 (patch) | |
tree | b62b5c065af2caabff13e4edd3b6576cb04898d8 | |
parent | 141eae4f7a173de22695759a7237042f56beebfe (diff) | |
download | mpd-notification-516ecec73e730a9c22ca534eb884184d47f8bd86.tar.gz mpd-notification-516ecec73e730a9c22ca534eb884184d47f8bd86.tar.zst |
prepare release 0.4.50.4.5
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ CFLAGS += $(shell pkg-config --cflags --libs libmpdclient) CFLAGS += $(shell pkg-config --cflags --libs libnotify) # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.4.4 +VERSION := 0.4.5 all: mpd-notification README.html |