Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 988203f

Browse files
authored
Merge pull request #244 from mtconnect/mqtt_bug_fixes_for_host_and_crash
2 parents 7aa14ed + 1dd5dc9 commit 988203f

14 files changed

+143128
-15
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(AGENT_VERSION_MAJOR 2)
33
set(AGENT_VERSION_MINOR 1)
44
set(AGENT_VERSION_PATCH 0)
55
set(AGENT_VERSION_BUILD 3)
6-
set(AGENT_VERSION_RC "_RC1")
6+
set(AGENT_VERSION_RC "_RC2")
77

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

0 commit comments

Comments
 (0)