|
WPILibC++ 2025.2.1
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
33#define UV_VERSION_MAJOR 1
34#define UV_VERSION_MINOR 49
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) | \