diff options
author | Christian Hesse <mail@eworm.de> | 2014-05-05 09:57:48 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-05-05 09:57:48 +0200 |
commit | 46b5251915aa9fbb78569443c8ae22efe90fd2e7 (patch) | |
tree | 3514822bb6babe1e19d6cc203938364b9328f4d5 /Makefile | |
parent | 610ae737f5d5599daf6cddd3c44d6bb73847c274 (diff) | |
download | dyndhcpd-46b5251915aa9fbb78569443c8ae22efe90fd2e7.tar.gz dyndhcpd-46b5251915aa9fbb78569443c8ae22efe90fd2e7.tar.zst |
prepare release 0.0.30.0.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ CP := cp CFLAGS += -O2 -Wall -Werror # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.0.2 +VERSION := 0.0.3 all: dyndhcpd README.html |