diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index eac5aae9f1..e8e746b911 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 = 30; /// /// This is the external interface version. It is separate from the OpenSimulator project version.