Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 6412685

Browse files
authored
Update version in CMake (#256)
1 parent 46fe435 commit 6412685

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22

3-
project(msft_proxy VERSION 3.2.0 LANGUAGES CXX)
3+
project(msft_proxy VERSION 3.2.1 LANGUAGES CXX)
44
add_library(msft_proxy INTERFACE)
55
target_compile_features(msft_proxy INTERFACE cxx_std_20)
66
target_include_directories(msft_proxy INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>

0 commit comments

Comments
 (0)