NAIA
|
Container class for versioning info. More...
#include <Containers/NAIAVersion.h>
Public Attributes | |
unsigned int | major = 0 |
updated only upon breaking datamodel changes More... | |
unsigned int | minor = 1 |
updated only upon schema-evolution tolerated datamodel changes More... | |
unsigned int | patch = 3 |
updated only upon API and processing changes More... | |
Container class for versioning info.
Definition at line 21 of file NAIAVersion.h.
unsigned int NAIA::Version::major = 0 |
updated only upon breaking datamodel changes
Definition at line 22 of file NAIAVersion.h.
unsigned int NAIA::Version::minor = 1 |
updated only upon schema-evolution tolerated datamodel changes
Definition at line 23 of file NAIAVersion.h.
unsigned int NAIA::Version::patch = 3 |
updated only upon API and processing changes
Definition at line 24 of file NAIAVersion.h.