mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
revert to append all contents of .version file on the full version, if present and not empty
This commit is contained in:
@@ -758,8 +758,10 @@ namespace OpenSim.Framework.Servers
|
||||
buildVersion = CommitFile.ReadLine();
|
||||
|
||||
if (!string.IsNullOrEmpty(buildVersion))
|
||||
m_version += buildVersion[..7];
|
||||
return;
|
||||
{
|
||||
m_version += buildVersion;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
string gitDir = Path.Combine("..", ".git");
|
||||
|
||||
Reference in New Issue
Block a user