diff options
author | Christian Hesse <mail@eworm.de> | 2014-07-21 12:48:12 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-07-21 12:48:12 +0200 |
commit | 128860b5a7fa0bc2b3fe4b607952078c29ef8adc (patch) | |
tree | 9a4eb2f8073dde890ffb1cc3d1c469228357acf2 /Makefile | |
parent | d5f62e3a36ac094f4063da42a653c51d7003ac47 (diff) | |
download | journal-notify-128860b5a7fa0bc2b3fe4b607952078c29ef8adc.tar.gz journal-notify-128860b5a7fa0bc2b3fe4b607952078c29ef8adc.tar.zst |
prepare version 0.0.40.0.4
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.3 +VERSION := 0.0.4 all: journal-notify README.html |