diff options
author | Christian Hesse <mail@eworm.de> | 2014-09-14 18:00:22 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-09-14 18:00:22 +0200 |
commit | c7691a1a46450d13e31b2494bad906bbaefa5f6d (patch) | |
tree | 06edf4370f145b037a634094eb613f1f31bce90a | |
parent | 00060edca9598685d7b1299b5be1b6adb74ab5dd (diff) | |
download | netlink-notify-c7691a1a46450d13e31b2494bad906bbaefa5f6d.tar.gz netlink-notify-c7691a1a46450d13e31b2494bad906bbaefa5f6d.tar.zst |
prepare release 0.6.60.6.6
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,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.5 +VERSION := 0.6.6 all: netlink-notify icons README.html |