diff options
author | Christian Hesse <mail@eworm.de> | 2015-04-25 10:26:14 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-04-25 10:26:14 +0200 |
commit | 90068a6e5f0f33579cd5e59d22217366ff2c162b (patch) | |
tree | 2e80291acd253f9701fefd193ddfdb3c13fc52b9 /Makefile | |
parent | a3f508659851020651602da1546a3c8d177157b5 (diff) | |
download | journal-notify-90068a6e5f0f33579cd5e59d22217366ff2c162b.tar.gz journal-notify-90068a6e5f0f33579cd5e59d22217366ff2c162b.tar.zst |
prepare release 0.0.80.0.8
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.7 +VERSION := 0.0.8 all: journal-notify README.html |