diff options
author | Helge Mader <ma@dev.tdt.de> | 2018-04-23 13:26:41 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2018-05-16 06:45:04 +0200 |
commit | 7a9957e727b12499f2df3717d23e572cc994c150 (patch) | |
tree | d42c6eb26ece9eea76475f4a454aeb1130e5a712 /applications/luci-app-ddns/Makefile | |
parent | 2f0f456b7160e05352d34db152f3f41a7500b294 (diff) |
luci-app-ddns: fix HTML page rendering in globals section
Signed-off-by: Helge Mader <ma@dev.tdt.de>
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 06dbefbcf..bd6ddeb1b 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -16,7 +16,7 @@ PKG_VERSION:=2.4.9 # Release == build # increase on changes of translation files -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com> |