|
WPILibC++ 2024.3.2
|
Go to the documentation of this file.
33#define UV_VERSION_MAJOR 1
34#define UV_VERSION_MINOR 47
35#define UV_VERSION_PATCH 0
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) | \