From b226855d347c9114541d2e0b37ef780a05933f57 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Sat, 14 Jun 2008 23:51:35 +0000 Subject: [PATCH] Change VersionInfo string from: "OpenSimulator trunk (post 0.5.7)" to "OpenSimulator release 0.5.8" in preparation for tagging this minor release. --- OpenSim/Framework/Servers/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 5bd78e7270..4147c10303 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs @@ -32,6 +32,6 @@ namespace OpenSim /// public class VersionInfo { - public readonly static string Version = "OpenSimulator trunk (post 0.5.7)"; + public readonly static string Version = "OpenSimulator release 0.5.8)"; } }