From 5e613f8bd6c9f0f0166fd8a522ff13a79cc86aa2 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Mon, 22 May 2023 22:23:53 +0800 Subject: [PATCH] chore: bump version to 4.1.0 --- CMakeLists.txt | 1 - openwrt/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e10a9d9..03051d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,6 @@ cmake_minimum_required(VERSION 3.16) project(UA2F C) - # Find Git find_package(Git) diff --git a/openwrt/Makefile b/openwrt/Makefile index 5108557..0db8861 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=UA2F -PKG_VERSION:=4.0.6 +PKG_VERSION:=4.1.0 PKG_RELEASE:=1 PKG_LICENSE:=GPL-3.0-only