diff options
author | Christian Hesse <mail@eworm.de> | 2015-04-27 14:49:54 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-04-27 14:49:54 +0200 |
commit | d2d42a9e1f37b187275bce7ed255e6b871f0c277 (patch) | |
tree | 87093dbc912a42b2989b85b4214766964653c0b9 /Makefile | |
parent | 5bbe88c7ac3e3f3fd8704761778822342bf7dc07 (diff) | |
download | udev-block-notify-0.7.5.tar.gz udev-block-notify-0.7.5.tar.zst |
prepare release 0.7.50.7.5
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.4 +VERSION := 0.7.5 all: udev-block-notify README.html |