From 8022677a1010a2f21db166bfb3ee33e21aec30e6 Mon Sep 17 00:00:00 2001 From: manyeechen <36399844+manyeechen@users.noreply.github.com> Date: Thu, 26 Mar 2020 18:32:09 +0800 Subject: [PATCH] npc:bump to 0.26.6 (#4033) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: web重新显示id #453 #461 #475 客户端首次添加时限速问题 mux计算长度重复赋值 服务端启动可能卡住的问题 #470 web中丢失的服务器ip项 --- package/lean/npc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/npc/Makefile b/package/lean/npc/Makefile index 06f69cdb1..e311a246d 100644 --- a/package/lean/npc/Makefile +++ b/package/lean/npc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=npc -PKG_VERSION:=0.26.5 +PKG_VERSION:=0.26.6 PKG_RELEASE:=2 ifeq ($(ARCH),mipsel)