diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-05-08 19:26:53 +0200 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-05-08 19:26:53 +0200 |
commit | db8bb549aa79ed367e19d03afaa6e55d4118906f (patch) | |
tree | 1dbd3c6cdbc5b163f5443dd4669572682644b106 /applications/luci-app-ddns/Makefile | |
parent | 219e52ee8e737afbd9b924e9516aa59d0d1a852e (diff) |
luci-app-ddns: adapt to support khost (Knot DNS) and drill (ddns-scripts 2.7.1)
adapt to support khost (Knot DNS) and drill (ddns-scripts 2.7.1)
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-app-ddns/Makefile')
-rw-r--r-- | applications/luci-app-ddns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 6597a8960..009c0b90b 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=luci-app-ddns # Version == major.minor.patch # increase on new functionality (minor) or patches (patch) -PKG_VERSION:=2.4.3 +PKG_VERSION:=2.4.4 # Release == build # increase on changes of translation files |