tdc_gpx2/source/gpx2-raspi-pigpiod-lib-deprecated/include/version.h

11 lines
193 B
C
Raw Normal View History

2023-08-11 14:09:43 +02:00
#ifndef GPX2_VERSION_H
#define GPX2_VERSION_H
namespace GPX2_TDC::CMake::Version {
constexpr int major { 1 };
constexpr int minor { 0 };
constexpr int patch { 0 };
}
#endif // GPX2_VERSION_H