diff options
author | Christian Hesse <mail@eworm.de> | 2014-08-29 13:26:10 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-08-29 13:26:10 +0200 |
commit | ed9ebcd264efb17a5ae528be5c14dc2192737c2c (patch) | |
tree | 44b8d5b82fcc31595ed106c2ec4c88302435705e /Makefile | |
parent | 7acb5862466d00b9fcf92e39da70adfc77b737fd (diff) | |
download | netlink-notify-ed9ebcd264efb17a5ae528be5c14dc2192737c2c.tar.gz netlink-notify-ed9ebcd264efb17a5ae528be5c14dc2192737c2c.tar.zst |
prepare version 0.6.50.6.5
Diffstat (limited to 'Makefile')
-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.4 +VERSION := 0.6.5 all: netlink-notify icons README.html |