diff options
author | Christian Hesse <mail@eworm.de> | 2014-01-22 15:33:32 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-01-22 15:33:32 +0100 |
commit | 542058ef570b0e1e193aa85a10c52608446ea6c9 (patch) | |
tree | d8444a2220b4574d254cb2558db1a673bbb97c52 /Makefile | |
parent | 1f9b1e260f775c78b7a0c304b5f235ff030f24c0 (diff) | |
download | udev-block-notify-0.7.3.tar.gz udev-block-notify-0.7.3.tar.zst |
prepare release 0.7.30.7.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,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.2 +VERSION := 0.7.3 all: udev-block-notify README.html |