diff options
author | Christian Hesse <mail@eworm.de> | 2015-04-27 14:47:08 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-04-27 14:47:08 +0200 |
commit | d3d4176b8c519d88e6d6e8bae8de991f21de2100 (patch) | |
tree | f808b32f660624566ee8839b172b8ea89b4d10d6 /Makefile | |
parent | 325bfb49666ac83c0da1f0f1d3d8c73a99c3d6bf (diff) | |
download | netlink-notify-0.7.2.tar.gz netlink-notify-0.7.2.tar.zst |
prepare release 0.7.20.7.2
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.1 +VERSION := 0.7.2 all: netlink-notify icons README.html |