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:
Justin Clark-Casey (justincc)
2010-12-18 00:45:56 +00:00
parent b32dcc6913
commit ef43f98686

View File

@@ -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;