aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDiva Canto2017-08-17 11:36:18 -0700
committerDiva Canto2017-08-17 11:36:18 -0700
commit3acdae74db1b7950d1c163a8e6802e24c23fa151 (patch)
tree68d1a87aeadb894bd791a87e0f5ab515006aeafe
parentBulletSim: Update macOS version of BulletSim with Bullet 2.86 and collision f... (diff)
downloadopensim-SC_OLD-3acdae74db1b7950d1c163a8e6802e24c23fa151.zip
opensim-SC_OLD-3acdae74db1b7950d1c163a8e6802e24c23fa151.tar.gz
opensim-SC_OLD-3acdae74db1b7950d1c163a8e6802e24c23fa151.tar.bz2
opensim-SC_OLD-3acdae74db1b7950d1c163a8e6802e24c23fa151.tar.xz
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.
-rw-r--r--OpenSim/Framework/VersionInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs
index 1e6efe5..8426eb0 100644
--- a/OpenSim/Framework/VersionInfo.cs
+++ b/OpenSim/Framework/VersionInfo.cs
@@ -32,7 +32,7 @@ namespace OpenSim
32 public const string VersionNumber = "0.9.1.0"; 32 public const string VersionNumber = "0.9.1.0";
33 public const string AssemblyVersionNumber = "0.9.1.*"; 33 public const string AssemblyVersionNumber = "0.9.1.*";
34 34
35 private const Flavour VERSION_FLAVOUR = Flavour.Dev; 35 public const Flavour VERSION_FLAVOUR = Flavour.Dev;
36 36
37 public enum Flavour 37 public enum Flavour
38 { 38 {