Itasca C++ Interface
Loading...
Searching...
No Matches
common
base
src
version.h
1
#pragma once
2
// Sets framework version numbers
3
#include "../../baseversion.txt"
4
struct
Version
{
5
unsigned
major_;
6
unsigned
minor_;
7
unsigned
revision_;
8
unsigned
patch_;
9
std::string_view source_;
10
bool
internal_;
11
};
12
constexpr
Version
version{MAJOR_VERSION,MINOR_VERSION,REVISION_VERSION,PATCH_VERSION,SOURCE_VERSION,INTERNAL_VERSION};
13
#undef MAJOR_VERSION
14
#undef MINOR_VERSION
15
#undef REVISION_VERSION
16
#undef SOURCE_VERSION
17
#undef INTERNAL_VERSION
18
#undef PATCH_VERSION
19
// EoF
Version
Definition
version.h:4
Generated by
1.10.0