diff options
author | Christian Hesse <mail@eworm.de> | 2022-01-01 22:07:19 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-01-01 22:19:47 +0100 |
commit | dd3e1ed52d2b548898c7a2bce8998b5989b2afe8 (patch) | |
tree | c6239d5cd5c831653636f801198a466dfeab189f /Makefile | |
parent | 920915f7553262dc76099e6efbd2af7a61196535 (diff) | |
download | dyndhcpd-dd3e1ed52d2b548898c7a2bce8998b5989b2afe8.tar.gz dyndhcpd-dd3e1ed52d2b548898c7a2bce8998b5989b2afe8.tar.zst |
prepare version 0.1.80.1.8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.1.7 +VERSION := 0.1.8 all: dyndhcpd README.html |