diff options
author | Christian Hesse <mail@eworm.de> | 2014-08-27 16:05:48 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-08-27 16:05:48 +0200 |
commit | b65275474abd5dfd71a4faa5a157ef554a28c6db (patch) | |
tree | ffd55d00f9f1e370b82a4fa7c2a30c49a14e6fda /Makefile | |
parent | 936e107635be04996f4e4ebf6a5a5a4d55c73f24 (diff) | |
download | mpd-notification-b65275474abd5dfd71a4faa5a157ef554a28c6db.tar.gz mpd-notification-b65275474abd5dfd71a4faa5a157ef554a28c6db.tar.zst |
prepare version 0.5.00.5.0
Diffstat (limited to 'Makefile')
-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.7 +VERSION := 0.5.0 all: mpd-notification README.html |