Browse Source

ddns-scripts: Increment PKG_RELEASE

Increment PKG_RELEASE to reflect latest changes
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Christian Schoenebeck 10 years ago
parent
commit
9a883a38bd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      net/ddns-scripts/Makefile

+ 1
- 1
net/ddns-scripts/Makefile View File

@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
2 2
 
3 3
 PKG_NAME:=ddns-scripts
4 4
 PKG_VERSION:=2.0.1
5
-PKG_RELEASE:=2
5
+PKG_RELEASE:=3
6 6
 PKG_LICENSE:=GPL-2.0
7 7
 
8 8
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)