Skip to content

Commit

Permalink
Version 2.0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wsobel committed Nov 17, 2022
1 parent 7c3acc5 commit bec29cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(AGENT_VERSION_MAJOR 2)
set(AGENT_VERSION_MINOR 0)
set(AGENT_VERSION_PATCH 0)
set(AGENT_VERSION_BUILD 12)
set(AGENT_VERSION_RC "_RC25")
set(AGENT_VERSION_RC "")

# This minimum version is to support Visual Studio 2017 and C++ feature checking and FetchContent
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
Expand Down

0 comments on commit bec29cf

Please sign in to comment.