diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-04-09 19:44:08 +0200 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-04-09 19:44:08 +0200 |
commit | c2f22c90acd86348734c02b838512c0c79c3bf9c (patch) | |
tree | aad88508087bca0c638425508daec709f13c231a /applications/luci-app-ddns/Makefile | |
parent | cae7d7a301b195f1b3826320050124ac7068be5e (diff) |
fix problem not correctly handling "Bind Network" field
- fix problem not correctly handling "Bind Network" field #699
- some german translation extensions
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 2e5fc76394..6597a89605 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.2 +PKG_VERSION:=2.4.3 # Release == build # increase on changes of translation files |