diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-03-07 10:56:07 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-03-07 10:56:07 +0100 |
commit | e1fb9e579a69406f0c7c632792f9602de0609709 (patch) | |
tree | d116635ccf548f65fba1c1c34d2aef8848c353b5 /applications/luci-app-ddns/Makefile | |
parent | ddc893ccc254e79b0869c709ada07f5ae232a0e3 (diff) |
luci-app-ddns: fixes because uclient-fetch support "force ip version"
- corrections because uclient-fetch now support "force ip version"
- remove translations already part of base.po/base.pot
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
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 146560efa..2e5fc7639 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.1 +PKG_VERSION:=2.4.2 # Release == build # increase on changes of translation files |