aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/VersionInfo.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-07 23:59:57 +0000
committerJustin Clarke Casey2008-05-07 23:59:57 +0000
commitd8aaf2ccf11f67277544c5d72ed7dadd63e93ae2 (patch)
treee53af5a2b94126ee0220995828b9fc0e4951a790 /OpenSim/Region/Application/VersionInfo.cs
parent* Change LSL -> C# translated script console output to use the logger (at DEB... (diff)
downloadopensim-SC_OLD-d8aaf2ccf11f67277544c5d72ed7dadd63e93ae2.zip
opensim-SC_OLD-d8aaf2ccf11f67277544c5d72ed7dadd63e93ae2.tar.gz
opensim-SC_OLD-d8aaf2ccf11f67277544c5d72ed7dadd63e93ae2.tar.bz2
opensim-SC_OLD-d8aaf2ccf11f67277544c5d72ed7dadd63e93ae2.tar.xz
* 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
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/VersionInfo.cs2
1 files changed, 1 insertions, 1 deletions
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
31 /// </summary> 31 /// </summary>
32 public class VersionInfo 32 public class VersionInfo
33 { 33 {
34 public static string Version = "0.5, SVN build "; 34 public static string Version = "trunk (0.5.6 and additional code)";
35 } 35 }
36} 36}