mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-14 13:15:14 +03:00
Fixes SpartanJ/ecode#363.
This commit is contained in:
@@ -43,7 +43,9 @@ Uint64 Version::getVersionNumFromTag( const std::string& tag ) {
|
||||
String::fromString( ver.minor, versionPart[1] ) &&
|
||||
String::fromString( ver.patch, versionPart[2] ) ) {
|
||||
return ECODE_VERSIONNUM( ver.major, ver.minor, ver.patch,
|
||||
0 /* tags don't count commits */ );
|
||||
/* tags don't count commits, all stable releases will
|
||||
always have 9999 as commit number */
|
||||
9999 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user