HerdSoftware
0.4.0
include
herd
analysis
dataobjects
DataModelVersion.h
Go to the documentation of this file.
1
// Automatically generated by CMake configuration system.
2
#ifndef DATAMODELVERSION_H_
3
#define DATAMODELVERSION_H_
4
namespace
Herd::HerdDataModelVersion
{
5
// increment major version every time backwards compatibility is broken
6
constexpr
unsigned
int
major
= 3;
7
// increment minor version every time a ClassDef version changes
8
constexpr
unsigned
int
minor
= 0;
9
}
// namespace Herd::HerdDataModelVersion
10
#endif
Herd::HerdDataModelVersion::major
constexpr unsigned int major
Definition:
DataModelVersion.h:6
Herd::HerdDataModelVersion::minor
constexpr unsigned int minor
Definition:
DataModelVersion.h:8
Herd::HerdDataModelVersion
Definition:
DataModelVersion.h:4
Generated by
1.8.17