diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-06-12 13:58:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-12 13:58:58 +0300 |
commit | e52406936efca8e53d50336ace0c7567079c4c8b (patch) | |
tree | 6ec7dc4aee81cdf58065889766e7575afa227d2b /applications/luci-app-ddns/Makefile | |
parent | d014234195f1bf3315e18a3fca5b933ba38f8460 (diff) | |
parent | 59d391b5bdf86e889a188307adc6e49397a5e9b0 (diff) |
Merge pull request #740 from mkresin/master
luci-app-ddns: pass the is_glue option value to the helper
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 009c0b90b6..7a09af07f9 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.4 +PKG_VERSION:=2.4.5 # Release == build # increase on changes of translation files |