mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
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.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user