diff options
author | Christian Hesse <mail@eworm.de> | 2015-10-13 08:23:07 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-10-13 08:23:07 +0200 |
commit | 51714e009c5aefb2a4b9be081f788e2ed96a5acb (patch) | |
tree | 64cd086127a50bb99b83d8bb3c321cacbc665020 /Makefile | |
parent | 73fdcf3e39af045e2e03d27b7a843e713115524c (diff) | |
download | netlink-notify-0.7.4.tar.gz netlink-notify-0.7.4.tar.zst |
prepare version 0.7.40.7.4
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ CFLAGS += -std=c11 -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.3 +VERSION := 0.7.4 all: netlink-notify icons README.html |