diff options
author | Christian Hesse <mail@eworm.de> | 2015-05-27 14:29:55 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-05-27 14:29:55 +0200 |
commit | e4783b0cf1d36c20a300b61bacdd46913f898510 (patch) | |
tree | 13c0e9fa754061661009a9e553d3a859562b5108 | |
parent | 58d4c698a4bba70c639d5a86d8920a76343b70dc (diff) | |
download | dyndhcpd-0.0.10.tar.gz dyndhcpd-0.0.10.tar.zst |
prepare version 0.0.100.0.10
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ CP := cp CFLAGS += -std=c11 -O2 -Wall -Werror # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.0.9 +VERSION := 0.0.10 all: dyndhcpd README.html |