From 71e8a9a12f148c4388cd15e73fa8162cfee4e629 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 25 Aug 2008 22:09:02 +0000 Subject: * minor: upgrade version info to post 0.5.9 --- 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 62aa4fb..d206fc3 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.8)"; + public readonly static string Version = "OpenSimulator trunk (post 0.5.9)"; } } -- cgit v1.1