diff options
author | Christian Hesse <mail@eworm.de> | 2015-06-05 09:59:33 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-06-05 09:59:33 +0200 |
commit | 372bdfdb93df916559c278a77f936b9ebbb0c65f (patch) | |
tree | e9de5fa7a4aa466e7ed0313a42e5866e4eeea9a7 /Makefile | |
parent | d85accad1322e19f85bda707c27c94d5ce24cddb (diff) | |
download | dyndhcpd-0.1.0.tar.gz dyndhcpd-0.1.0.tar.zst |
prepare version 0.1.00.1.0
Diffstat (limited to 'Makefile')
-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.11 +VERSION := 0.1.0 all: dyndhcpd README.html |