diff options
author | Christian Hesse <mail@eworm.de> | 2014-07-03 00:12:35 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-07-03 00:12:35 +0200 |
commit | fdb8c0055c216aed33270372d93d2f316657c97d (patch) | |
tree | c6a05f580f9d117525a400b491dbef38a4a12e9d | |
parent | cf4362adb4d49d1c35dcb9b54474310202cba497 (diff) | |
download | mpd-notification-fdb8c0055c216aed33270372d93d2f316657c97d.tar.gz mpd-notification-fdb8c0055c216aed33270372d93d2f316657c97d.tar.zst |
prepare release 0.4.60.4.6
-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.5 +VERSION := 0.4.6 all: mpd-notification README.html |