diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-12-31 12:14:13 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-12-31 12:14:13 +0100 |
commit | 2dd9ccef6958866f38f05c73ef514b8f5d01c4b8 (patch) | |
tree | 1ac3e07c4faf0980397f19dab0a6f5ab7d95c91f /applications/luci-app-ddns/Makefile | |
parent | f1686925909407e617de28a572c3e50a727934cb (diff) |
luci-app-ddns: removing unneeded assert
- remove unneeded assert() in tools/ddns.lua
- correct PKG_VERSION to the correct value from controller/ddns.lua
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 dadff5ab6..1e38c2522 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.2.4 +PKG_VERSION:=2.3.1 # Release == build # increase on changes of translation files |