Skip to content

Commit f66965d

Browse files
committed
fix: update BACNET_VERSION_TEXT to version 1.6.0-rc2 for pending release
1 parent 7db332f commit f66965d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bacnet/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define BACNET_VERSION(x, y, z) (((x) << 16) + ((y) << 8) + (z))
1616
#endif
1717

18-
#define BACNET_VERSION_TEXT "1.6.0-rc1"
18+
#define BACNET_VERSION_TEXT "1.6.0-rc2"
1919
#define BACNET_VERSION_CODE BACNET_VERSION(1, 6, 0)
2020
#define BACNET_VERSION_MAJOR ((BACNET_VERSION_CODE >> 16) & 0xFF)
2121
#define BACNET_VERSION_MINOR ((BACNET_VERSION_CODE >> 8) & 0xFF)

0 commit comments

Comments
 (0)