* 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
This commit is contained in:
Justin Clarke Casey
2008-05-07 23:59:57 +00:00
parent e49bdd2628
commit d8aaf2ccf1
3 changed files with 51 additions and 37 deletions

View File

@@ -31,6 +31,6 @@ namespace OpenSim
/// </summary>
public class VersionInfo
{
public static string Version = "0.5, SVN build ";
public static string Version = "trunk (0.5.6 and additional code)";
}
}