diff options
author | Christian Hesse <mail@eworm.de> | 2015-10-13 08:26:54 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-10-13 08:26:54 +0200 |
commit | 1f2560b83b271042c818a1635a7b9d7f1263062b (patch) | |
tree | 62f811754eb61567aa3db54a803a14a2978386fd /Makefile | |
parent | a2df6c8866318959f6b97d6fbc0d36cc62e25b67 (diff) | |
download | udev-block-notify-1f2560b83b271042c818a1635a7b9d7f1263062b.tar.gz udev-block-notify-1f2560b83b271042c818a1635a7b9d7f1263062b.tar.zst |
prepare version 0.7.90.7.9
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 libudev) 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.7.8 +VERSION := 0.7.9 all: udev-block-notify README.html |