diff options
author | Christian Hesse <mail@eworm.de> | 2014-10-14 15:22:24 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-10-14 15:22:24 +0200 |
commit | f75a5262c74783ace547979fa2fc99f9c2d2219f (patch) | |
tree | 6ddd5771af7c4c90fdc733a49899c37473ee573e /Makefile | |
parent | 076b509a6d91e82aaf7b63c56c5c960975cb0c85 (diff) | |
download | journal-notify-f75a5262c74783ace547979fa2fc99f9c2d2219f.tar.gz journal-notify-f75a5262c74783ace547979fa2fc99f9c2d2219f.tar.zst |
prepare release 0.0.60.0.6
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.5 +VERSION := 0.0.6 all: journal-notify README.html |