move to version 0.9.2.2

This commit is contained in:
UbitUmarov
2022-03-01 16:00:52 +00:00
parent 11cadf7a9f
commit 22e9f41502
3 changed files with 4 additions and 4 deletions

View File

@@ -2434,7 +2434,7 @@ namespace OpenSim.Framework.Servers.HttpServer
}
if (httpRequest.QueryFlags.Contains("about"))
{
httpResponse.Redirect("http://opensimulator.org/wiki/0.9.2.1_Release");
httpResponse.Redirect("http://opensimulator.org/wiki/0.9.2.2_Release");
return;
}
if (!httpRequest.QueryAsDictionary.TryGetValue("method", out string methods) || string.IsNullOrWhiteSpace(methods))

View File

@@ -29,8 +29,8 @@ namespace OpenSim
{
public class VersionInfo
{
public const string VersionNumber = "0.9.2.1";
public const string AssemblyVersionNumber = "0.9.2.1";
public const string VersionNumber = "0.9.2.2";
public const string AssemblyVersionNumber = "0.9.2.2";
public const Flavour VERSION_FLAVOUR = Flavour.Dev;

View File

@@ -2233,7 +2233,7 @@
[ServerReleaseNotes]
;; Comment or set to "" to disable
ServerReleaseNotesURL = "http://opensimulator.org/wiki/0.9.2.1_Release"
ServerReleaseNotesURL = "http://opensimulator.org/wiki/0.9.2.2_Release"
[Modules]
Include-modules = "addon-modules/*/config/*.ini"