From 3acdae74db1b7950d1c163a8e6802e24c23fa151 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Thu, 17 Aug 2017 11:36:18 -0700 Subject: [PATCH] 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. --- OpenSim/Framework/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 1e6efe54ef..8426eb0014 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs @@ -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 {