From 22e9f41502bfe1e437263215a3abaa2d1cb4eea1 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 1 Mar 2022 16:00:52 +0000 Subject: [PATCH] move to version 0.9.2.2 --- OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | 2 +- OpenSim/Framework/VersionInfo.cs | 4 ++-- bin/OpenSimDefaults.ini | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index 7869feb2bf..ddc65d3b39 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs @@ -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)) diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 022fd28388..53705c017e 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs @@ -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; diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 3c2f2618c1..6d3c940d07 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -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"