diff options
author | Christian Hesse <mail@eworm.de> | 2014-07-03 00:09:53 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-07-03 00:09:53 +0200 |
commit | e2a3a1c2d760ec2ccf667269ed06f4d856e4437b (patch) | |
tree | 69201294c4dee525614d427ecf16cf3b869c733d /Makefile | |
parent | a6e9a3ec9e723e2d3af9121b6b2f91dd62c00c72 (diff) | |
download | journal-notify-e2a3a1c2d760ec2ccf667269ed06f4d856e4437b.tar.gz journal-notify-e2a3a1c2d760ec2ccf667269ed06f4d856e4437b.tar.zst |
prepare release 0.0.20.0.2
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.1 +VERSION := 0.0.2 all: journal-notify README.html |