diff options
author | Christian Hesse <mail@eworm.de> | 2014-10-01 13:20:39 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-10-01 13:20:39 +0200 |
commit | 4b42cc336919e48ea5770dbcb9fdd57093c2a418 (patch) | |
tree | cffdf1e4c614c663e08080d43fa179f8da759684 /Makefile | |
parent | f76dae92a6b541853b0242c8792cd7ca0acf8c94 (diff) | |
download | netlink-notify-4b42cc336919e48ea5770dbcb9fdd57093c2a418.tar.gz netlink-notify-4b42cc336919e48ea5770dbcb9fdd57093c2a418.tar.zst |
prepare version 0.7.10.7.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ CFLAGS += -O2 -Wall -Werror 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.0 +VERSION := 0.7.1 all: netlink-notify icons README.html |