diff options
author | Christian Hesse <mail@eworm.de> | 2013-09-25 16:52:37 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-09-25 16:52:37 +0200 |
commit | 5c627778c114bbb762c460f5b4c1c5332ccb7383 (patch) | |
tree | 514ff5b669991938d996030b1aa477cc84e94cd3 | |
parent | a11853a6753a872beb0fe7a9cfe9362b909fd9fa (diff) | |
download | netlink-notify-5c627778c114bbb762c460f5b4c1c5332ccb7383.tar.gz netlink-notify-5c627778c114bbb762c460f5b4c1c5332ccb7383.tar.zst |
prepare release 0.6.30.6.3
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ VERSION := $(shell git describe --tags --long 2>/dev/null) # this is just a fallback in case you do not use git but downloaded # a release tarball... ifeq ($(VERSION),) -VERSION := 0.6.2 +VERSION := 0.6.3 endif all: netlink-notify icons README.html |