diff options
author | Christian Hesse <mail@eworm.de> | 2014-07-03 14:50:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-07-03 14:50:43 +0200 |
commit | a27eba09c69b48f3f3c6a6ce08fa0ef5c1a37472 (patch) | |
tree | 40009b639be850e9471d06cb9a4bfe3b529f7df3 /Makefile | |
parent | f7e37804586beee663d63b504510fefb28a2953e (diff) | |
download | journal-notify-00c8b5db0c6fd809a3d64545a039a50d9c0757e2.tar.gz journal-notify-00c8b5db0c6fd809a3d64545a039a50d9c0757e2.tar.zst |
prepare release 0.0.30.0.3
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.2 +VERSION := 0.0.3 all: journal-notify README.html |