summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ddns/Makefile
diff options
context:
space:
mode:
authorChristian Schoenebeck <christian.schoenebeck@gmail.com>2015-12-31 12:14:13 +0100
committerChristian Schoenebeck <christian.schoenebeck@gmail.com>2015-12-31 12:14:13 +0100
commit2dd9ccef6958866f38f05c73ef514b8f5d01c4b8 (patch)
tree1ac3e07c4faf0980397f19dab0a6f5ab7d95c91f /applications/luci-app-ddns/Makefile
parentf1686925909407e617de28a572c3e50a727934cb (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/Makefile2
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