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