From 9a883a38bd333945cb36a251d9c4672e5ab72eb9 Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Mon, 29 Sep 2014 13:44:30 +0200 Subject: [PATCH] ddns-scripts: Increment PKG_RELEASE Increment PKG_RELEASE to reflect latest changes Signed-off-by: Christian Schoenebeck --- net/ddns-scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 6e69cac44..6193fbbe1 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts PKG_VERSION:=2.0.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-2.0 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)