15 #define TIN_VERSION_MAJOR 1
16 #define TIN_VERSION_MINOR 5
17 #define TIN_VERSION_PATCH 9
18 #define TIN_VERSION_STRING "1.5.9"
constexpr bool same_major_version(semantic_version other)
Definition: version.h:39
constexpr semantic_version version
Definition: version.h:28
constexpr const char * version_string
Definition: version.h:37
constexpr std::uint32_t version_major
Definition: version.h:34
constexpr std::uint32_t version_minor
Definition: version.h:35
constexpr bool operator!=(semantic_version lhs, semantic_version rhs)
Definition: version.h:48
constexpr std::uint32_t version_patch
Definition: version.h:36
constexpr bool operator==(semantic_version lhs, semantic_version rhs)
Definition: version.h:43
std::uint32_t minor
Definition: version.h:24
std::uint32_t patch
Definition: version.h:25
std::uint32_t major
Definition: version.h:23
#define TIN_VERSION_MINOR
Definition: version.h:16
#define TIN_VERSION_MAJOR
Definition: version.h:15
#define TIN_VERSION_PATCH
Definition: version.h:17
#define TIN_VERSION_STRING
Definition: version.h:18