From 573a2432f760509fdd0451f449cc597535fea883 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 4 Dec 2021 23:58:50 +0000 Subject: [PATCH] move master to 0.9.2.1 Dev --- 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 82e44a7b82..a2397449be 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs @@ -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)) diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index dee4fe2caa..022fd28388 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.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; diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 9b336fa115..271f4e2bc6 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -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"