diff options
author | Christian Hesse <mail@eworm.de> | 2013-09-25 16:54:17 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-09-25 16:54:17 +0200 |
commit | 0001f2b17147bdb825a4b2b7212c3f34ead78518 (patch) | |
tree | b98a049d7193957c63f4d8633bfacc6d522a166a | |
parent | 6cb74f4a135b3371a9b840aaf728eadfa549e79d (diff) | |
download | mpd-notification-0001f2b17147bdb825a4b2b7212c3f34ead78518.tar.gz mpd-notification-0001f2b17147bdb825a4b2b7212c3f34ead78518.tar.zst |
prepare version 0.4.30.4.3
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ VERSION := $(shell git describe --tags --long 2>/dev/null) # this is just a fallback in case you do not use git but downloaded # a release tarball... ifeq ($(VERSION),) -VERSION := 0.4.2 +VERSION := 0.4.3 endif all: mpd-notification README.html |