IOLink  IOL_v1.2.0_release
Version.h
1 #pragma once
2 
3 #include <string>
4 
5 namespace iolink
6 {
7 
12 {
13  int major;
14  int minor;
15  int patch;
16 };
17 
18 } // end namespace iolink
19 
23 constexpr iolink::VersionInfo IOLINK_VERSION{0, 0, 0};
24 
28 constexpr const char* IOLINK_VERSION_STRING = "0.0.0";