From c04e2848544deb8bce775b058e2e843dbf937c51 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Sun, 15 Jun 2008 01:08:55 +0000 Subject: Change VersionInfo string from "Opensimulator release (0.5.8)" to "Opensimulator trunk (post 0.5.8)" as we move forward with trunk again. --- OpenSim/Framework/Servers/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 4147c10..62aa4fb 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs @@ -32,6 +32,6 @@ namespace OpenSim /// </summary> public class VersionInfo { - public readonly static string Version = "OpenSimulator release 0.5.8)"; + public readonly static string Version = "OpenSimulator trunk (post 0.5.8)"; } } -- cgit v1.1