diff options
author | Christian Hesse <mail@eworm.de> | 2015-12-04 16:32:20 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-12-04 16:32:20 +0100 |
commit | 922cfbc0fe3e65a9f6b827a11c721f16aafc1e8e (patch) | |
tree | a7a744a6dffd80026c50b2c9d29a2681939341bd | |
parent | read environment variables: MPD_HOST and MPD_PORT (diff) | |
download | mpd-notification-922cfbc0fe3e65a9f6b827a11c721f16aafc1e8e.tar.gz mpd-notification-922cfbc0fe3e65a9f6b827a11c721f16aafc1e8e.tar.bz2 mpd-notification-922cfbc0fe3e65a9f6b827a11c721f16aafc1e8e.tar.xz mpd-notification-922cfbc0fe3e65a9f6b827a11c721f16aafc1e8e.tar.zst mpd-notification-922cfbc0fe3e65a9f6b827a11c721f16aafc1e8e.zip |
prepare version 0.7.2
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ CFLAGS += -DHAVE_LIBAV $(LIBAV_CFLAGS) endif # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.7.1 +VERSION := 0.7.2 all: mpd-notification README.html |