Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit e65463d

Browse files
authored
Version 2.2.0.7
1 parent 060ed4d commit e65463d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
set(AGENT_VERSION_MAJOR 2)
33
set(AGENT_VERSION_MINOR 2)
44
set(AGENT_VERSION_PATCH 0)
5-
set(AGENT_VERSION_BUILD 6)
5+
set(AGENT_VERSION_BUILD 7)
66
set(AGENT_VERSION_RC "")
77

8-
# This minimum version is to support Visual Studio 2017 and C++ feature checking and FetchContent
8+
# This minimum version is to support Visual Studio 2019 and C++ feature checking and FetchContent
99
cmake_minimum_required(VERSION 3.23 FATAL_ERROR)
1010

1111
set(USE_FOLDERS ON)

0 commit comments

Comments
 (0)