diff --git a/libuavcan/include/uavcan/impl_constants.hpp b/libuavcan/include/uavcan/impl_constants.hpp index 1569eabad7..65aba84a1b 100644 --- a/libuavcan/include/uavcan/impl_constants.hpp +++ b/libuavcan/include/uavcan/impl_constants.hpp @@ -6,6 +6,13 @@ #include + +// TODO: Use git short hash as build id +#define UAVCAN_VERSION_MAJOR 0 +#define UAVCAN_VERSION_MINOR 1 +#define UAVCAN_VERSION_BUILD 0 + + namespace uavcan {