diff options
author | Christian Hesse <mail@eworm.de> | 2016-03-15 15:42:29 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-03-15 15:42:29 +0100 |
commit | 05216ad9063114e0917370c0fde90ffb722e4082 (patch) | |
tree | e1fc841bfb6ea89afb71a39ebba6e93ee5507dbc | |
parent | 0db83386f2effba1be59ed301d9b400b57207b0a (diff) | |
download | dyndhcpd-05216ad9063114e0917370c0fde90ffb722e4082.tar.gz dyndhcpd-05216ad9063114e0917370c0fde90ffb722e4082.tar.zst |
prepare version 0.1.30.1.3
-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.1.2 +VERSION := 0.1.3 all: dyndhcpd README.html |