Raise maximum iar version that master can load to 1.x, so that it can load its own iars (oops)
parent
b32dcc6913
commit
ef43f98686
|
@ -54,7 +54,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
|
|||
/// The maximum major version of archive that we can read. Minor versions shouldn't need a max number since version
|
||||
/// bumps here should be compatible.
|
||||
/// </summary>
|
||||
public static int MAX_MAJOR_VERSION = 0;
|
||||
public static int MAX_MAJOR_VERSION = 1;
|
||||
|
||||
protected TarArchiveReader archive;
|
||||
|
||||
|
|
Loading…
Reference in New Issue