diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index d90b5e0b88..a968a33367 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs @@ -2299,7 +2299,7 @@ protected override void ProcessRequest(IOSHttpRequest httpRequest, IOSHttpRespon } if (httpRequest.QueryFlags.Contains("about")) { - httpResponse.Redirect("http://opensimulator.org/wiki/0.9.3.0_Release"); + httpResponse.Redirect("https://github.com/lickx/opensim-lickx"); 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 1c114d86d7..5b865311b3 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 02da67af3f..2308d42bfe 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -2153,7 +2153,7 @@ [ServerReleaseNotes] ;; Comment or set to "" to disable - ServerReleaseNotesURL = "https://github.com/lickx/opensim-lickx/wiki" + ServerReleaseNotesURL = "https://github.com/lickx/opensim-lickx" [Modules] Include-modules = "addon-modules/*/config/*.ini"