diff options
author | onefang | 2020-09-08 21:28:20 +1000 |
---|---|---|
committer | onefang | 2020-09-08 21:28:20 +1000 |
commit | 4e16e11df58a4ddeba45167be4a819663ec6426c (patch) | |
tree | f089cf1cb084a978d2e77d34bad8a3f4772908e7 | |
parent | Don't read .ini region files, use .xml instead. Add [Region] .ini block. (diff) | |
download | opensim-SC-4e16e11df58a4ddeba45167be4a819663ec6426c.zip opensim-SC-4e16e11df58a4ddeba45167be4a819663ec6426c.tar.gz opensim-SC-4e16e11df58a4ddeba45167be4a819663ec6426c.tar.bz2 opensim-SC-4e16e11df58a4ddeba45167be4a819663ec6426c.tar.xz |
Fix VERSIONINFO_VERSION_LENGTH
Why is this hard coded?
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
57 | return versionString.PadRight(VERSIONINFO_VERSION_LENGTH); | 57 | return versionString.PadRight(VERSIONINFO_VERSION_LENGTH); |
58 | } | 58 | } |
59 | 59 | ||
60 | public const int VERSIONINFO_VERSION_LENGTH = 27; | 60 | public const int VERSIONINFO_VERSION_LENGTH = 29; |
61 | 61 | ||
62 | /// <value> | 62 | /// <value> |
63 | /// This is the external interface version. It is separate from the OpenSimulator project version. | 63 | /// This is the external interface version. It is separate from the OpenSimulator project version. |