From 4e16e11df58a4ddeba45167be4a819663ec6426c Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 8 Sep 2020 21:28:20 +1000 Subject: Fix VERSIONINFO_VERSION_LENGTH Why is this hard coded? --- OpenSim/Framework/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 5190004..7e78d24 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs @@ -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 = 29; /// /// This is the external interface version. It is separate from the OpenSimulator project version. -- cgit v1.1