diff options
author | Christian Hesse <mail@eworm.de> | 2014-08-09 11:04:27 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-08-09 11:04:27 +0200 |
commit | c34ea723a1f5447b5138c4d1ef8461f264979762 (patch) | |
tree | c0636a04e013368c3eae182459d5f1b94bdc310e /Makefile | |
parent | 16f4940a89df5dfe21ed545e28e17d65e6bd72a9 (diff) | |
download | journal-notify-c34ea723a1f5447b5138c4d1ef8461f264979762.tar.gz journal-notify-c34ea723a1f5447b5138c4d1ef8461f264979762.tar.zst |
prepare version 0.0.50.0.5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ CFLAGS += $(shell pkg-config --cflags --libs libsystemd) 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.0.4 +VERSION := 0.0.5 all: journal-notify README.html |