From ce77fc847b97f53688ea0326c3d5548bc0a91c23 Mon Sep 17 00:00:00 2001 From: "Tian L." <60599517+tian-lt@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:54:06 +0800 Subject: [PATCH] Update CMakeLists.txt (#211) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 078af2a..e1103b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(msft_proxy VERSION 0.1.0 LANGUAGES CXX) +project(msft_proxy VERSION 3.1.0 LANGUAGES CXX) add_library(msft_proxy INTERFACE) target_compile_features(msft_proxy INTERFACE cxx_std_20) target_include_directories(msft_proxy INTERFACE $