Skip to content

Commit a4a52a3

Browse files
committed
Changes for 2.5 release
1 parent d211a3b commit a4a52a3

11 files changed

+157610
-4
lines changed

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 5)
44
set(AGENT_VERSION_PATCH 0)
5-
set(AGENT_VERSION_BUILD 0)
6-
set(AGENT_VERSION_RC "RC4")
5+
set(AGENT_VERSION_BUILD 1)
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ the devices and the location of the adapter.
1313

1414
Pre-built binary releases for Windows are available from [Releases](https://github.com/mtconnect/cppagent/releases) for those who do not want to build the agent themselves. For *NIX users, you will need libxml2, cppunit, and cmake as well as build essentials.
1515

16-
Version 2.5.0 Added validation of observations in the stream
16+
Version 2.5.0 Support for version 2.5. Added validation of observations in the stream and WebSockets support.
1717

1818
Version 2.4.0 Added support for version 2.4
1919

0 commit comments

Comments
 (0)