From 5b8dac35b95027713aaf7a6d9a4a2de2bb3c5d22 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Tue, 26 Nov 2019 18:03:28 +0800 Subject: [PATCH] autocore: bump version --- package/lean/autocore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/autocore/Makefile b/package/lean/autocore/Makefile index ee75d5cf8..99a8b230d 100644 --- a/package/lean/autocore/Makefile +++ b/package/lean/autocore/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=autocore PKG_VERSION:=1 -PKG_RELEASE:=22 +PKG_RELEASE:=23 include $(INCLUDE_DIR)/package.mk