Make VERSION_FLAVOUR public too, per request. I question the practice of insulating modules against OS versions this way, but hey! -- different folks, different styles. Given that all other components of the version info are public, there's no reason for keeping this one different.
parent
c804835801
commit
3acdae74db
|
@ -32,7 +32,7 @@ namespace OpenSim
|
||||||
public const string VersionNumber = "0.9.1.0";
|
public const string VersionNumber = "0.9.1.0";
|
||||||
public const string AssemblyVersionNumber = "0.9.1.*";
|
public const string AssemblyVersionNumber = "0.9.1.*";
|
||||||
|
|
||||||
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
|
public const Flavour VERSION_FLAVOUR = Flavour.Dev;
|
||||||
|
|
||||||
public enum Flavour
|
public enum Flavour
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue