Correct version string length

This commit is contained in:
lickx
2025-01-16 06:04:39 +01:00
parent e42cf9730f
commit cf42b9925f

View File

@@ -57,7 +57,7 @@ namespace OpenSim
return versionString.PadRight(VERSIONINFO_VERSION_LENGTH);
}
public const int VERSIONINFO_VERSION_LENGTH = 27;
public const int VERSIONINFO_VERSION_LENGTH = 26;
/// <value>
/// This is the external interface version. It is separate from the OpenSimulator project version.