From d8aaf2ccf11f67277544c5d72ed7dadd63e93ae2 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 7 May 2008 23:59:57 +0000 Subject: * For no good reason (since there are a hundred million other things to fix), change formatting of version information printed to the log * Push printing down into OpenSimMain so both console and consoleless configurations will get it --- OpenSim/Region/Application/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Application/VersionInfo.cs') diff --git a/OpenSim/Region/Application/VersionInfo.cs b/OpenSim/Region/Application/VersionInfo.cs index 6e0d30b..f9146c5 100644 --- a/OpenSim/Region/Application/VersionInfo.cs +++ b/OpenSim/Region/Application/VersionInfo.cs @@ -31,6 +31,6 @@ namespace OpenSim /// public class VersionInfo { - public static string Version = "0.5, SVN build "; + public static string Version = "trunk (0.5.6 and additional code)"; } } -- cgit v1.1