diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-06-19 19:56:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-19 19:56:15 +0300 |
commit | 65c7610b0597592efda295706dbef3b53d0e7085 (patch) | |
tree | 54e28d4cebb4edd30f6b47679b7f6237c11a86d3 /applications/luci-app-ddns/Makefile | |
parent | cd50f27956f5c30c13b52e8a70178ce07972d552 (diff) | |
parent | c37eb362071c77cd6df10b0277fdf57c2392cdc0 (diff) |
Merge pull request #744 from chris5560/master
luci-app-ddns: fix handling of parameter "is_glue" and "dns_seerver"
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 7a09af07f9..c660086f7b 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.5 +PKG_VERSION:=2.4.6 # Release == build # increase on changes of translation files |