aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorUbitUmarov2017-08-18 04:33:21 +0100
committerUbitUmarov2017-08-18 04:33:21 +0100
commite2ca5853fc329dd4c4f9008ebe73af95fba07477 (patch)
tree1df7904fa498bbad49a1481f34c0f7d576f401f9 /OpenSim/Framework
parenttemporary change pcampbot bots lastname convention, to test at osgrid (diff)
parentReplaced libomv dlls with newly compiled ones to solve crashes with pCampBot.... (diff)
downloadopensim-SC-e2ca5853fc329dd4c4f9008ebe73af95fba07477.zip
opensim-SC-e2ca5853fc329dd4c4f9008ebe73af95fba07477.tar.gz
opensim-SC-e2ca5853fc329dd4c4f9008ebe73af95fba07477.tar.bz2
opensim-SC-e2ca5853fc329dd4c4f9008ebe73af95fba07477.tar.xz
Merge branch 'master' into httptests
Diffstat (limited to '')
-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 {