From 69afefa78848bc9258662646cd5433cf52a505a1 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Sat, 8 Nov 2008 14:32:56 +0000 Subject: Change Version string from 0.5.11 to 0.6.0 for release. --- OpenSim/Framework/Servers/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Servers/VersionInfo.cs') diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 5313c28..8f84859 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 Server 0.5.11"; // stay with 27 chars (used in regioninfo) + public readonly static string Version = "OpenSimulator Server 0.6.0"; // stay with 27 chars (used in regioninfo) } } -- cgit v1.1