From bec29cf06da72c38bc45969f5e82dcb090eab32e Mon Sep 17 00:00:00 2001 From: William Sobel Date: Thu, 17 Nov 2022 06:41:25 -0800 Subject: [PATCH] Version 2.0.0.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 030ede85..5738bfb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)