mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-01 09:01:19 +01:00
adresses review comments
This commit is contained in:
@@ -22,7 +22,7 @@ Version::Version(const std::string &s) {
|
||||
|
||||
bool Version::hasSemanticVersioning() const {
|
||||
|
||||
return (version_ != defaultBranch_[0]) && (version_ != defaultBranch_[1]);
|
||||
return (version_ != defaultVersion_[0]) && (version_ != defaultVersion_[1]);
|
||||
}
|
||||
|
||||
std::string Version::getVersion() const { return version_; }
|
||||
|
||||
Reference in New Issue
Block a user