Skip to content

Commit

Permalink
Merge branch 'master' into lickx
Browse files Browse the repository at this point in the history
  • Loading branch information
lickx committed Nov 9, 2024
2 parents 68bb990 + 24cbfb2 commit 20760c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions OpenSim/Framework/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion bin/OpenSimDefaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 20760c3

Please sign in to comment.