diff options
author | Christian Hesse <mail@eworm.de> | 2014-04-30 13:51:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-04-30 13:51:43 +0200 |
commit | 1ade5fa16a18d20ec39b2ed0f37f86094b321c46 (patch) | |
tree | 1d9c0f2d1a46938e0d5ba88c8c4c15f2ce3efb8e | |
parent | ee00e82a0312b75079080b233d0a6045720b45b2 (diff) | |
download | mpd-notification-1ade5fa16a18d20ec39b2ed0f37f86094b321c46.tar.gz mpd-notification-1ade5fa16a18d20ec39b2ed0f37f86094b321c46.tar.zst |
prepare version 0.4.40.4.4
-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.3 +VERSION := 0.4.4 all: mpd-notification README.html |