mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
move master to 0.9.2.1 Dev
This commit is contained in:
@@ -2438,7 +2438,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
{
|
||||
|
||||
httpResponse.StatusCode = (int)HttpStatusCode.Redirect;
|
||||
httpResponse.AddHeader("Location", "http://opensimulator.org/wiki/0.9.2.0_Release");
|
||||
httpResponse.AddHeader("Location", "http://opensimulator.org/wiki/0.9.2.1_Release");
|
||||
return;
|
||||
}
|
||||
if (!httpRequest.QueryAsDictionary.TryGetValue("method", out string methods) || string.IsNullOrWhiteSpace(methods))
|
||||
|
||||
@@ -29,8 +29,8 @@ namespace OpenSim
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
public const string VersionNumber = "0.9.2.0";
|
||||
public const string AssemblyVersionNumber = "0.9.2.0";
|
||||
public const string VersionNumber = "0.9.2.1";
|
||||
public const string AssemblyVersionNumber = "0.9.2.1";
|
||||
|
||||
public const Flavour VERSION_FLAVOUR = Flavour.Dev;
|
||||
|
||||
|
||||
@@ -2240,7 +2240,7 @@
|
||||
|
||||
[ServerReleaseNotes]
|
||||
;; Comment or set to "" to disable
|
||||
ServerReleaseNotesURL = "http://opensimulator.org/wiki/0.9.2.0_Release"
|
||||
ServerReleaseNotesURL = "http://opensimulator.org/wiki/0.9.2.1_Release"
|
||||
|
||||
[Modules]
|
||||
Include-modules = "addon-modules/*/config/*.ini"
|
||||
|
||||
Reference in New Issue
Block a user