We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2852bfd commit 83088dbCopy full SHA for 83088db
1 file changed
CMakeLists.txt
@@ -2,8 +2,8 @@
2
set(AGENT_VERSION_MAJOR 2)
3
set(AGENT_VERSION_MINOR 7)
4
set(AGENT_VERSION_PATCH 0)
5
-set(AGENT_VERSION_BUILD 2)
6
-set(AGENT_VERSION_RC "RC2")
+set(AGENT_VERSION_BUILD 3)
+set(AGENT_VERSION_RC "")
7
8
# This minimum version is to support Visual Studio 2019 and C++ feature checking and FetchContent
9
cmake_minimum_required(VERSION 3.23 FATAL_ERROR)
0 commit comments