aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/VersionInfo.cs
diff options
context:
space:
mode:
authorCharles Krinke2008-06-14 23:51:35 +0000
committerCharles Krinke2008-06-14 23:51:35 +0000
commitb226855d347c9114541d2e0b37ef780a05933f57 (patch)
tree133adbcd11509d46dd0f9dad4929ab8e89264186 /OpenSim/Framework/Servers/VersionInfo.cs
parent* minor: A few miscellaneous doc comments before I break and start on somethi... (diff)
downloadopensim-SC_OLD-b226855d347c9114541d2e0b37ef780a05933f57.zip
opensim-SC_OLD-b226855d347c9114541d2e0b37ef780a05933f57.tar.gz
opensim-SC_OLD-b226855d347c9114541d2e0b37ef780a05933f57.tar.bz2
opensim-SC_OLD-b226855d347c9114541d2e0b37ef780a05933f57.tar.xz
Change VersionInfo string from:
"OpenSimulator trunk (post 0.5.7)" to "OpenSimulator release 0.5.8" in preparation for tagging this minor release.
Diffstat (limited to '')
-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 5bd78e7..4147c10 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -32,6 +32,6 @@ namespace OpenSim
32 /// </summary> 32 /// </summary>
33 public class VersionInfo 33 public class VersionInfo
34 { 34 {
35 public readonly static string Version = "OpenSimulator trunk (post 0.5.7)"; 35 public readonly static string Version = "OpenSimulator release 0.5.8)";
36 } 36 }
37} 37}