chore: release version 1.5.0 and update documentation for additional tools and environment variables

This commit is contained in:
Steve Karg
2026-04-16 10:35:39 -05:00
parent ba2d357784
commit 61a7a53bea
4 changed files with 105 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#define BACNET_VERSION(x, y, z) (((x) << 16) + ((y) << 8) + (z))
#endif
#define BACNET_VERSION_TEXT "1.5.0.rc5"
#define BACNET_VERSION_TEXT "1.5.0"
#define BACNET_VERSION_CODE BACNET_VERSION(1, 5, 0)
#define BACNET_VERSION_MAJOR ((BACNET_VERSION_CODE >> 16) & 0xFF)
#define BACNET_VERSION_MINOR ((BACNET_VERSION_CODE >> 8) & 0xFF)