diff options
author | Christian Hesse <mail@eworm.de> | 2014-09-30 01:52:41 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-09-30 01:52:41 +0200 |
commit | 984cec083228d75b96c65a7e81ec6688a5ee4d0c (patch) | |
tree | 6b16708e42c056f8ae22c350dc817bc2573a302a | |
parent | 1f6eabf364e17b0556994c5011622d0a8015bac0 (diff) | |
download | netlink-notify-0.7.0.tar.gz netlink-notify-0.7.0.tar.zst |
prepare release 0.7.00.7.0
-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.6.6 +VERSION := 0.7.0 all: netlink-notify icons README.html |