From c70211c6ffaa889ee170ccdef37c50939129d4db Mon Sep 17 00:00:00 2001 From: release bot Date: Mon, 26 Sep 2022 08:35:53 +0000 Subject: [PATCH] assign a release version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f73e8a4..5c571ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.5) project(msft_proxy - VERSION 0.1.0 # local build version + VERSION 1.1.1 LANGUAGES CXX) add_library(msft_proxy INTERFACE) target_compile_features(msft_proxy INTERFACE cxx_std_20)