Implement get version RemoteAdmin call

This commit is contained in:
Melanie
2013-01-23 23:12:48 +01:00
parent dd6ddcc7a5
commit 8c6984eac1
2 changed files with 18 additions and 2 deletions

View File

@@ -531,7 +531,7 @@ namespace OpenSim.Framework.Servers
}
}
protected string GetVersionText()
public string GetVersionText()
{
return String.Format("Version: {0} (interface version {1})", m_version, VersionInfo.MajorInterfaceVersion);
}
@@ -563,4 +563,4 @@ namespace OpenSim.Framework.Servers
m_console.OutputFormat(format, components);
}
}
}
}