diff options
author | Diva Canto | 2017-08-17 11:36:18 -0700 |
---|---|---|
committer | Diva Canto | 2017-08-17 11:36:18 -0700 |
commit | 3acdae74db1b7950d1c163a8e6802e24c23fa151 (patch) | |
tree | 68d1a87aeadb894bd791a87e0f5ab515006aeafe /OpenSim/Framework | |
parent | BulletSim: Update macOS version of BulletSim with Bullet 2.86 and collision f... (diff) | |
download | opensim-SC-3acdae74db1b7950d1c163a8e6802e24c23fa151.zip opensim-SC-3acdae74db1b7950d1c163a8e6802e24c23fa151.tar.gz opensim-SC-3acdae74db1b7950d1c163a8e6802e24c23fa151.tar.bz2 opensim-SC-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.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 2 |
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 | { |