Skip to content

Commit be1fee0

Browse files
Updated version to 1.1.1
1 parent 104efdb commit be1fee0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/lib/Version.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323

2424
#pragma once
2525

26+
// Defines the STTP library API title used for data subscriber identification.
2627
constexpr auto STTP_TITLE = "STTP C++ Library";
27-
constexpr auto STTP_VERSION = "1.1.0";
28-
constexpr auto STTP_UPDATEDON = "2022-12-01";
28+
29+
// Defines the STTP library API version used for data subscriber identification.
30+
// Note: This is not the STTP protocol version, but the version of the STTP library API.
31+
constexpr auto STTP_VERSION = "1.1.1";
32+
33+
// Defines when the STTP library API was last updated used for data subscriber identification.
34+
constexpr auto STTP_UPDATEDON = "2022-12-10";

0 commit comments

Comments
 (0)