We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104efdb commit be1fee0Copy full SHA for be1fee0
src/lib/Version.h
@@ -23,6 +23,12 @@
23
24
#pragma once
25
26
+// Defines the STTP library API title used for data subscriber identification.
27
constexpr auto STTP_TITLE = "STTP C++ Library";
-constexpr auto STTP_VERSION = "1.1.0";
28
-constexpr auto STTP_UPDATEDON = "2022-12-01";
+
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