diff options
author | Christian Hesse <mail@eworm.de> | 2015-07-13 11:08:46 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-07-13 11:08:46 +0200 |
commit | 9bc0a99e8a00b44bc7bf7916cbc6ff56b53496b1 (patch) | |
tree | 7a3aeb27eaab39c8bebe33001d9b9fa9282600a7 | |
parent | 1d2a9349f3c4c24a08141d23e377495b62bc24a4 (diff) | |
download | udev-block-notify-0.7.8.tar.gz udev-block-notify-0.7.8.tar.zst |
prepare version 0.7.80.7.8
-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.7 +VERSION := 0.7.8 all: udev-block-notify README.html |