mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f4a6dd1d3 |
@@ -32,7 +32,7 @@ namespace OpenSim
|
|||||||
public const string VersionNumber = "0.9.3.0";
|
public const string VersionNumber = "0.9.3.0";
|
||||||
public const string AssemblyVersionNumber = "0.9.3.0";
|
public const string AssemblyVersionNumber = "0.9.3.0";
|
||||||
|
|
||||||
public const Flavour VERSION_FLAVOUR = Flavour.Dev;
|
public const Flavour VERSION_FLAVOUR = Flavour.Release;
|
||||||
|
|
||||||
public enum Flavour
|
public enum Flavour
|
||||||
{
|
{
|
||||||
@@ -57,7 +57,7 @@ namespace OpenSim
|
|||||||
return versionString.PadRight(VERSIONINFO_VERSION_LENGTH);
|
return versionString.PadRight(VERSIONINFO_VERSION_LENGTH);
|
||||||
}
|
}
|
||||||
|
|
||||||
public const int VERSIONINFO_VERSION_LENGTH = 27;
|
public const int VERSIONINFO_VERSION_LENGTH = 31;
|
||||||
|
|
||||||
/// <value>
|
/// <value>
|
||||||
/// This is the external interface version. It is separate from the OpenSimulator project version.
|
/// This is the external interface version. It is separate from the OpenSimulator project version.
|
||||||
|
|||||||
Reference in New Issue
Block a user