diff options
author | Christian Hesse <mail@eworm.de> | 2014-08-28 17:00:08 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-08-28 17:00:08 +0200 |
commit | 37b25d543478a88cec802485ef21ab90e7f2e1b4 (patch) | |
tree | c930263eb70c08de68d7e3ebd129605e83c8f5f8 | |
parent | 0c57be224ee83f8b6f0f2a9b991c272dd618d0b6 (diff) | |
download | mpd-notification-37b25d543478a88cec802485ef21ab90e7f2e1b4.tar.gz mpd-notification-37b25d543478a88cec802485ef21ab90e7f2e1b4.tar.zst |
prepare version 0.5.1
-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.0 +VERSION := 0.5.1 all: mpd-notification README.html |