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.

BulletSim2017
Diva Canto 2017-08-17 11:36:18 -07:00
parent c804835801
commit 3acdae74db
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace OpenSim
public const string VersionNumber = "0.9.1.0";
public const string AssemblyVersionNumber = "0.9.1.*";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
public const Flavour VERSION_FLAVOUR = Flavour.Dev;
public enum Flavour
{