From 45ef25415efa97a4a1614414615c563e5c7a4050 Mon Sep 17 00:00:00 2001 From: "Tian L." <60599517+tian-lt@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:16:03 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 078af2a3..e1103b3a 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 $