mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Raise maximum iar version that master can load to 1.x, so that it can load its own iars (oops)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user