Merge pull request #3253 from chris5560/master
authorTed Hess <thess@kitschensync.net>
Wed, 28 Sep 2016 17:07:20 +0000 (13:07 -0400)
committerGitHub <noreply@github.com>
Wed, 28 Sep 2016 17:07:20 +0000 (13:07 -0400)
ddns-scripts: fix reporting wrong version

net/ddns-scripts/Makefile
net/ddns-scripts/files/dynamic_dns_functions.sh

index 5d4c57a90149c9ba22f80ee344b172175f7b4dce..ae54402adfdb898c3b9f563ab397765d1dba1063 100755 (executable)
@@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts
 PKG_VERSION:=2.7.5
 # Release == build
 # increase on changes of services files or tld_names.dat
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_LICENSE:=GPL-2.0
 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
index fafda1beda9e12e38a0e8b5cd5c12ad86f41ff93..de41af5c19efe845757506e9ec1e1e325ff171f9 100755 (executable)
@@ -21,7 +21,7 @@
 . /lib/functions/network.sh
 
 # GLOBAL VARIABLES #
-VERSION="2.7.4"
+VERSION="2.7.5"
 SECTION_ID=""          # hold config's section name
 VERBOSE_MODE=1         # default mode is log to console, but easily changed with parameter