diff options
Diffstat (limited to 'OpenSim/Framework/Servers/ServerBase.cs')
-rw-r--r-- | OpenSim/Framework/Servers/ServerBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/ServerBase.cs b/OpenSim/Framework/Servers/ServerBase.cs index 029b848..eb8c9f8 100644 --- a/OpenSim/Framework/Servers/ServerBase.cs +++ b/OpenSim/Framework/Servers/ServerBase.cs | |||
@@ -619,7 +619,7 @@ namespace OpenSim.Framework.Servers | |||
619 | } | 619 | } |
620 | } | 620 | } |
621 | 621 | ||
622 | protected string GetVersionText() | 622 | public string GetVersionText() |
623 | { | 623 | { |
624 | return String.Format("Version: {0} (interface version {1})", m_version, VersionInfo.MajorInterfaceVersion); | 624 | return String.Format("Version: {0} (interface version {1})", m_version, VersionInfo.MajorInterfaceVersion); |
625 | } | 625 | } |
@@ -792,4 +792,4 @@ namespace OpenSim.Framework.Servers | |||
792 | /// </summary> | 792 | /// </summary> |
793 | protected virtual void ShutdownSpecific() {} | 793 | protected virtual void ShutdownSpecific() {} |
794 | } | 794 | } |
795 | } \ No newline at end of file | 795 | } |