diff options
author | Christian Hesse <mail@eworm.de> | 2014-09-30 01:43:30 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-09-30 01:43:30 +0200 |
commit | 2c3ad1ea4a72bb3561a0c200d0ac16cd5b381b3d (patch) | |
tree | 3bf40bcd52cb13cf1f5866854f2c6a4df0a182fb | |
parent | 1e637ea30c22473d8a0eff9ca2e1132606731043 (diff) | |
download | mpd-notification-2c3ad1ea4a72bb3561a0c200d0ac16cd5b381b3d.tar.gz mpd-notification-2c3ad1ea4a72bb3561a0c200d0ac16cd5b381b3d.tar.zst |
prepare version 0.5.20.5.2
-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.5.1 +VERSION := 0.5.2 all: mpd-notification README.html |