From 24cbfb284a07d0257d6d8ef3879ca59363c64a5e Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 8 Nov 2024 21:35:50 +0000 Subject: [PATCH] change version --- 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 d90b5e0b88..15c43a606a 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs @@ -2299,7 +2299,7 @@ namespace OpenSim.Framework.Servers.HttpServer } 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; } if (!httpRequest.QueryAsDictionary.TryGetValue("method", out string method) || string.IsNullOrWhiteSpace(method)) diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 6afaad3a4f..b81cf2bb87 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.3.0"; - public const string AssemblyVersionNumber = "0.9.3.0"; + public const string VersionNumber = "0.9.3.1"; + public const string AssemblyVersionNumber = "0.9.3.1"; public const Flavour VERSION_FLAVOUR = Flavour.Dev; diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 3da8fe1dd6..0419b4018f 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -2223,7 +2223,7 @@ [ServerReleaseNotes] ;; 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] Include-modules = "addon-modules/*/config/*.ini"