From aadbbda3e9cdb944b4f69c742b194712a3e97acf Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 14 Jul 2021 09:32:09 +0530 Subject: [PATCH] mcast: updated verion for change to remove lan_to_lan option --- mcastmngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcastmngr/Makefile b/mcastmngr/Makefile index 2ae0df96c..a0299a72c 100644 --- a/mcastmngr/Makefile +++ b/mcastmngr/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mcastmngr -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.0.1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)