diff options
author | Justin Clarke Casey | 2008-05-07 16:48:29 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-07 16:48:29 +0000 |
commit | 5afe6c3ed97b1b04013f564e144e96ba07674107 (patch) | |
tree | a9c77ef1717897fc8d1b31694430441c1a439fa0 /OpenSim/Region/Application/Application.cs | |
parent | * Move shutdown processing to base OpenSimServer, overriding the method where... (diff) | |
download | opensim-SC_OLD-5afe6c3ed97b1b04013f564e144e96ba07674107.zip opensim-SC_OLD-5afe6c3ed97b1b04013f564e144e96ba07674107.tar.gz opensim-SC_OLD-5afe6c3ed97b1b04013f564e144e96ba07674107.tar.bz2 opensim-SC_OLD-5afe6c3ed97b1b04013f564e144e96ba07674107.tar.xz |
From: Kurt Taylor <krtaylor@us.ibm.com>
Implements the show version command.
If you type show version at the console, you will get the revision that opensim is running, assuming you have the .svn/entries file in your base directory (e.g. you are running from code extracted from our SVN repository)
A patch to also send this to the client should follow shortly
Diffstat (limited to 'OpenSim/Region/Application/Application.cs')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index bdce0f0..3a45f70 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -46,8 +46,6 @@ namespace OpenSim | |||
46 | 46 | ||
47 | XmlConfigurator.Configure(); | 47 | XmlConfigurator.Configure(); |
48 | 48 | ||
49 | Console.WriteLine("OpenSim " + VersionInfo.Version + "\n"); | ||
50 | |||
51 | Console.Write("Performing compatibility checks... "); | 49 | Console.Write("Performing compatibility checks... "); |
52 | string supported = String.Empty; | 50 | string supported = String.Empty; |
53 | if (Util.IsEnvironmentSupported(ref supported)) | 51 | if (Util.IsEnvironmentSupported(ref supported)) |