We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d56ef commit 452d358Copy full SHA for 452d358
2 files changed
BACnetClientExample/BACnetClientExample.cpp
@@ -61,7 +61,7 @@ uint8_t invokeId;
61
62
// Constants
63
// =======================================
64
-const std::string APPLICATION_VERSION = "0.0.9"; // See CHANGELOG.md for a full list of changes.
+const std::string APPLICATION_VERSION = "1.0.0"; // See CHANGELOG.md for a full list of changes.
65
const uint32_t MAX_XML_RENDER_BUFFER_LENGTH = 1024 * 20;
66
67
// Settings
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## Version 1.0.x
4
+
5
+### 1.0.0 (2024-Oct-29)
6
7
+- Updated example to use with BACnetStack version 5.1.2.0
8
9
## Version 0.0.x
10
11
### 0.0.9 (2023-Oct-12)
0 commit comments