11 lines
161 B
C
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
|