mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
move up to version 0.9.3.0Dev Nessie
This commit is contained in:
@@ -2310,7 +2310,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
}
|
||||
if (httpRequest.QueryFlags.Contains("about"))
|
||||
{
|
||||
httpResponse.Redirect("http://opensimulator.org/wiki/0.9.2.2_Release");
|
||||
httpResponse.Redirect("http://opensimulator.org/wiki/0.9.3.0_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.2.2";
|
||||
public const string AssemblyVersionNumber = "0.9.2.2";
|
||||
public const string VersionNumber = "0.9.3.0";
|
||||
public const string AssemblyVersionNumber = "0.9.3.0";
|
||||
|
||||
public const Flavour VERSION_FLAVOUR = Flavour.Dev;
|
||||
|
||||
@@ -53,7 +53,7 @@ namespace OpenSim
|
||||
|
||||
public static string GetVersionString(string versionNumber, Flavour flavour)
|
||||
{
|
||||
string versionString = $"OpenSim {versionNumber} Yeti {flavour}";
|
||||
string versionString = $"OpenSim {versionNumber} Nessie {flavour}";
|
||||
return versionString.PadRight(VERSIONINFO_VERSION_LENGTH);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user