aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorMelanie2009-12-25 23:20:30 +0000
committerMelanie2009-12-25 23:20:30 +0000
commitb19e5643171d9a081426026c0e96c84c3e7f97b2 (patch)
tree82108a6676ef965a9a5fa3b49d745ebf79f8d0ac /OpenSim/Framework
parentMerge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ... (diff)
downloadopensim-SC_OLD-b19e5643171d9a081426026c0e96c84c3e7f97b2.zip
opensim-SC_OLD-b19e5643171d9a081426026c0e96c84c3e7f97b2.tar.gz
opensim-SC_OLD-b19e5643171d9a081426026c0e96c84c3e7f97b2.tar.bz2
opensim-SC_OLD-b19e5643171d9a081426026c0e96c84c3e7f97b2.tar.xz
Restore version suffix.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/Servers/VersionInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs
index 7274a06..4844a66 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -29,7 +29,7 @@ namespace OpenSim
29{ 29{
30 public class VersionInfo 30 public class VersionInfo
31 { 31 {
32 private const string VERSION_NUMBER = "0.6.92Ch"; 32 private const string VERSION_NUMBER = "0.6.92CM";
33 private const Flavour VERSION_FLAVOUR = Flavour.Dev; 33 private const Flavour VERSION_FLAVOUR = Flavour.Dev;
34 public enum Flavour 34 public enum Flavour
35 { 35 {