diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-05-16 09:28:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-16 09:28:08 +0300 |
commit | 7b684361cc5b0a140ae2e046d8ef1f47a7260195 (patch) | |
tree | e8b91bac6589a618305d40af09c48cf31c30de08 /applications/luci-app-ddns/Makefile | |
parent | 47971d220e15dbbcac680f42ae030d6f9e98177a (diff) | |
parent | 7a9957e727b12499f2df3717d23e572cc994c150 (diff) |
Merge pull request #1793 from TDT-AG/pr/20180514-luci-app-ddns-fix-output
luci-app-ddns: fix HTML page rendering in globals section
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 06dbefbcfd..bd6ddeb1b3 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> |