I'm going to need the Version property to manage
migrating from the old to the new system. Silly legacy code.0.6.0-stable
parent
68cda63761
commit
be400d1bd0
|
@ -156,6 +156,12 @@ namespace OpenSim.Data
|
||||||
return max;
|
return max;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int Version
|
||||||
|
{
|
||||||
|
get { return FindVersion(_type); }
|
||||||
|
set { UpdateVersion(_type, value); }
|
||||||
|
}
|
||||||
|
|
||||||
private int FindVersion(string type)
|
private int FindVersion(string type)
|
||||||
{
|
{
|
||||||
int version = 0;
|
int version = 0;
|
||||||
|
|
Loading…
Reference in New Issue