Skip to content

Commit 83088db

Browse files
committed
Version 2.7.0.3
1 parent 2852bfd commit 83088db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

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

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

0 commit comments

Comments
 (0)