diff options
author | Christian Hesse <mail@eworm.de> | 2015-04-21 11:28:57 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-04-21 11:28:57 +0200 |
commit | 5bb465a32186c850c1a862e546df70fd3da3a72d (patch) | |
tree | cfc4e76d980834d4bf61cfc6bc1fc4cdde5c0dda /Makefile | |
parent | cf700f1fa3f89fff11fda5f2e4a7727c9d1de423 (diff) | |
download | mpd-notification-5bb465a32186c850c1a862e546df70fd3da3a72d.tar.gz mpd-notification-5bb465a32186c850c1a862e546df70fd3da3a72d.tar.zst |
prepare version 0.6.00.6.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ CFLAGS += $(shell pkg-config --cflags --libs libnotify) CFLAGS += $(shell pkg-config --cflags --libs libavcodec libavformat) # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.5.2 +VERSION := 0.6.0 all: mpd-notification README.html |