diff options
author | Christian Hesse <mail@eworm.de> | 2014-08-29 11:57:24 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-08-29 11:57:24 +0200 |
commit | 9293e94e220d47e472833ecc0a251ab108ce98de (patch) | |
tree | 5fdad6139783349b6e6533c7ee4b67e3cd913f0c | |
parent | be659a619d564f64765b8840e2e7f3cccec3bae5 (diff) | |
download | netlink-notify-9293e94e220d47e472833ecc0a251ab108ce98de.tar.gz netlink-notify-9293e94e220d47e472833ecc0a251ab108ce98de.tar.zst |
prepare release 0.6.40.6.4
-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.3 +VERSION := 0.6.4 all: netlink-notify icons README.html |