diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-09-27 11:14:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-27 11:14:34 +0200 |
commit | ddb98f186f2c63f7d5f48be6dc1d4d966a0adbab (patch) | |
tree | 0ebe79491e490f3a3ae0c77155bbaaa34d985179 /applications/luci-app-ddns/Makefile | |
parent | 07591d77aaf4194a8f7cf42d0a7e1c073c9a6e05 (diff) | |
parent | a043bca0ed4d5e385ae93773982ef92e1d50bc01 (diff) |
Merge pull request #805 from chris5560/master
luci-app-ddns: no longer check for name lookup progs to support force ip version
Diffstat (limited to 'applications/luci-app-ddns/Makefile')
-rw-r--r-- | applications/luci-app-ddns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index c1a22c849e..55ce1cb3e3 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -10,11 +10,11 @@ PKG_NAME:=luci-app-ddns # Version == major.minor.patch # increase on new functionality (minor) or patches (patch) -PKG_VERSION:=2.4.6 +PKG_VERSION:=2.4.7 # Release == build # increase on changes of translation files -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com> |