mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8c7175d34 | ||
|
|
144f1400c5 |
@@ -30,7 +30,7 @@ namespace OpenSim
|
|||||||
public class VersionInfo
|
public class VersionInfo
|
||||||
{
|
{
|
||||||
public const string VersionNumber = "0.8.1.0";
|
public const string VersionNumber = "0.8.1.0";
|
||||||
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
|
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
|
||||||
|
|
||||||
public enum Flavour
|
public enum Flavour
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -567,7 +567,6 @@
|
|||||||
Cap_GetTexture = "localhost"
|
Cap_GetTexture = "localhost"
|
||||||
Cap_GetMesh = "localhost"
|
Cap_GetMesh = "localhost"
|
||||||
Cap_AvatarPickerSearch = "localhost"
|
Cap_AvatarPickerSearch = "localhost"
|
||||||
Cap_GetDisplayNames = "localhost"
|
|
||||||
|
|
||||||
|
|
||||||
[SimulatorFeatures]
|
[SimulatorFeatures]
|
||||||
|
|||||||
@@ -645,7 +645,7 @@
|
|||||||
Cap_ObjectMediaNavigate = "localhost"
|
Cap_ObjectMediaNavigate = "localhost"
|
||||||
Cap_FetchLib = ""
|
Cap_FetchLib = ""
|
||||||
Cap_FetchLibDescendents = ""
|
Cap_FetchLibDescendents = ""
|
||||||
Cap_GetDisplayNames = "localhost"
|
Cap_GetDisplayNames = ""
|
||||||
Cap_GetTexture = "localhost"
|
Cap_GetTexture = "localhost"
|
||||||
Cap_GetMesh = "localhost"
|
Cap_GetMesh = "localhost"
|
||||||
Cap_GetObjectCost = ""
|
Cap_GetObjectCost = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user