tdc_gpx2/source/spi/include/version.h

11 lines
161 B
C
Raw Normal View History

2023-08-11 14:09:43 +02:00
#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