diff options
author | Christian Hesse <mail@eworm.de> | 2014-05-06 15:57:27 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-05-06 15:57:27 +0200 |
commit | fda45c91355ccb69820f6b3d053c4c2dcefe0995 (patch) | |
tree | c1283736e682c2217942a6b5355e11522ba06de2 /Makefile | |
parent | d1d726db68059d73a97d03b40eb5366120e6378e (diff) | |
download | dyndhcpd-fda45c91355ccb69820f6b3d053c4c2dcefe0995.tar.gz dyndhcpd-fda45c91355ccb69820f6b3d053c4c2dcefe0995.tar.zst |
prepare release 0.0.50.0.5
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.4 +VERSION := 0.0.5 all: dyndhcpd README.html |