mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 14:29:10 -07:00
change version
This commit is contained in:
parent
3506134ede
commit
24cbfb284a
3 changed files with 4 additions and 4 deletions
|
@ -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))
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue