ddns-scripts: Increment PKG_RELEASE and internal version number 12111/head
authorJeffery To <jeffery.to@gmail.com>
Fri, 8 May 2020 07:47:24 +0000 (15:47 +0800)
committerJeffery To <jeffery.to@gmail.com>
Fri, 8 May 2020 07:47:24 +0000 (15:47 +0800)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
net/ddns-scripts/Makefile [changed mode: 0755->0644]
net/ddns-scripts/files/dynamic_dns_functions.sh

old mode 100755 (executable)
new mode 100644 (file)
index 6039440..52ab280
@@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts
 PKG_VERSION:=2.7.8
 # Release == build
 # increase on changes of services files or tld_names.dat
-PKG_RELEASE:=12
+PKG_RELEASE:=13
 
 PKG_LICENSE:=GPL-2.0
 PKG_MAINTAINER:=
index db0beb83fe78a61454643d5541769f26d2cb5b05..499cc0923fed161cf206dc01613f3ee5c6653c0c 100755 (executable)
@@ -21,7 +21,7 @@
 . /lib/functions/network.sh
 
 # GLOBAL VARIABLES #
-VERSION="2.7.8-11"
+VERSION="2.7.8-13"
 SECTION_ID=""          # hold config's section name
 VERBOSE=0              # default mode is log to console, but easily changed with parameter
 MYPROG=$(basename $0)  # my program call name