diff options
author | Christian Hesse <mail@eworm.de> | 2014-08-09 11:16:37 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-08-09 11:16:37 +0200 |
commit | afa9f2c86e3e27f2e22904866d67b136de527778 (patch) | |
tree | 9dc76def7fe0e4d0fa6a0727b16fbee3b7a3895f /Makefile | |
parent | 25b3e718f2ebcf2d3dd78957f48666f783c75a29 (diff) | |
download | mpd-notification-afa9f2c86e3e27f2e22904866d67b136de527778.tar.gz mpd-notification-afa9f2c86e3e27f2e22904866d67b136de527778.tar.zst |
prepare version 0.4.70.4.7
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.6 +VERSION := 0.4.7 all: mpd-notification README.html |