mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Compare commits
1 Commits
0.9.3.0
...
0.9.3.1Dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24cbfb284a |
@@ -2299,7 +2299,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
|||||||
}
|
}
|
||||||
if (httpRequest.QueryFlags.Contains("about"))
|
if (httpRequest.QueryFlags.Contains("about"))
|
||||||
{
|
{
|
||||||
httpResponse.Redirect("http://opensimulator.org/wiki/0.9.3.0_Release");
|
httpResponse.Redirect("http://opensimulator.org/wiki/0.9.3.1_Release");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!httpRequest.QueryAsDictionary.TryGetValue("method", out string method) || string.IsNullOrWhiteSpace(method))
|
if (!httpRequest.QueryAsDictionary.TryGetValue("method", out string method) || string.IsNullOrWhiteSpace(method))
|
||||||
|
|||||||
@@ -29,10 +29,10 @@ namespace OpenSim
|
|||||||
{
|
{
|
||||||
public class VersionInfo
|
public class VersionInfo
|
||||||
{
|
{
|
||||||
public const string VersionNumber = "0.9.3.0";
|
public const string VersionNumber = "0.9.3.1";
|
||||||
public const string AssemblyVersionNumber = "0.9.3.0";
|
public const string AssemblyVersionNumber = "0.9.3.1";
|
||||||
|
|
||||||
public const Flavour VERSION_FLAVOUR = Flavour.Release;
|
public const Flavour VERSION_FLAVOUR = Flavour.Dev;
|
||||||
|
|
||||||
public enum Flavour
|
public enum Flavour
|
||||||
{
|
{
|
||||||
@@ -57,7 +57,7 @@ namespace OpenSim
|
|||||||
return versionString.PadRight(VERSIONINFO_VERSION_LENGTH);
|
return versionString.PadRight(VERSIONINFO_VERSION_LENGTH);
|
||||||
}
|
}
|
||||||
|
|
||||||
public const int VERSIONINFO_VERSION_LENGTH = 31;
|
public const int VERSIONINFO_VERSION_LENGTH = 27;
|
||||||
|
|
||||||
/// <value>
|
/// <value>
|
||||||
/// This is the external interface version. It is separate from the OpenSimulator project version.
|
/// This is the external interface version. It is separate from the OpenSimulator project version.
|
||||||
|
|||||||
@@ -2223,7 +2223,7 @@
|
|||||||
|
|
||||||
[ServerReleaseNotes]
|
[ServerReleaseNotes]
|
||||||
;; Comment or set to "" to disable
|
;; Comment or set to "" to disable
|
||||||
ServerReleaseNotesURL = "http://opensimulator.org/wiki/0.9.3.0_Release"
|
ServerReleaseNotesURL = "http://opensimulator.org/wiki/0.9.3.1_Release"
|
||||||
|
|
||||||
[Modules]
|
[Modules]
|
||||||
Include-modules = "addon-modules/*/config/*.ini"
|
Include-modules = "addon-modules/*/config/*.ini"
|
||||||
|
|||||||
Reference in New Issue
Block a user