diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-06-02 21:11:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-02 21:11:51 +0300 |
commit | 660e4f5504b91a7b5c51a6abb80d52c65b8528d2 (patch) | |
tree | eb3ee27c5b914723ce83c06a84254924e0a00a26 /applications/luci-app-ddns/Makefile | |
parent | 18b5b068c87104cb5997ba84133f6bdf2d136aaa (diff) | |
parent | 299121fc84b1e00650c9c976c0a847cd67e46eb0 (diff) |
Merge pull request #1819 from Ansuel/ddns-performance
luci-app-ddns: improve performance
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 bd6ddeb1b3..886b266b04 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:=3 +PKG_RELEASE:=4 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com> |