tdc_gpx2/source/spi/include/version.h
2023-08-11 14:09:43 +02:00

11 lines
161 B
C++

#ifndef SPI_H
#define SPI_H
namespace SPI::CMake::Version {
constexpr int major{ 1 };
constexpr int minor{ 0 };
constexpr int patch{ 0 };
}
#endif // SPI_H