diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-28 14:25:05 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-28 14:25:05 +0100 |
commit | 2c80328bdcf601fc1a3a0e8f6819069c7ea04512 (patch) | |
tree | cd8d7a0082a52e189d271ea10ee23dfa6e50dfe5 | |
parent | f57d2906da4b8731bdc55816a1cde6eb925fcf78 (diff) | |
download | dyndhcpd-2c80328bdcf601fc1a3a0e8f6819069c7ea04512.tar.gz dyndhcpd-2c80328bdcf601fc1a3a0e8f6819069c7ea04512.tar.zst |
prepare release 0.0.20.0.2
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ VERSION := $(shell git describe --tags --long 2>/dev/null) # this is just a fallback in case you do not use git but downloaded # a release tarball... ifeq ($(VERSION),) -VERSION := 0.0.1 +VERSION := 0.0.2 endif all: dyndhcpd README.html |