35 #ifndef OPENMS_CONCEPT_VERSIONINFO_H
36 #define OPENMS_CONCEPT_VERSIONINFO_H
70 version_major(0), version_minor(0), version_patch(0)
76 version_major(other.version_major),
77 version_minor(other.version_minor),
78 version_patch(other.version_patch)
100 static String getVersion();
116 static String getRevision();
129 static String getBranch();
135 #endif // OPENMS_CONCEPT_VERSIONINFO_H
static const VersionDetails EMPTY
Definition: VersionInfo.h:93
A more convenient string class.
Definition: String.h:57
Int version_major
Definition: VersionInfo.h:65
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
VersionDetails(const VersionDetails &other)
Definition: VersionInfo.h:75
Definition: VersionInfo.h:63
VersionDetails()
Definition: VersionInfo.h:69
Int version_patch
Definition: VersionInfo.h:67
int Int
Signed integer type.
Definition: Types.h:96
Version information class.
Definition: VersionInfo.h:59
Int version_minor
Definition: VersionInfo.h:66