|
WPILibC++ 2023.4.3
|
Go to the documentation of this file.
33#define UV_VERSION_MAJOR 1
34#define UV_VERSION_MINOR 44
35#define UV_VERSION_PATCH 2
36#define UV_VERSION_IS_RELEASE 1
37#define UV_VERSION_SUFFIX ""
39#define UV_VERSION_HEX ((UV_VERSION_MAJOR << 16) | \
40 (UV_VERSION_MINOR << 8) | \