aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
index acf2c3e..6030706 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
@@ -54,7 +54,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
54 /// The maximum major version of archive that we can read. Minor versions shouldn't need a max number since version 54 /// The maximum major version of archive that we can read. Minor versions shouldn't need a max number since version
55 /// bumps here should be compatible. 55 /// bumps here should be compatible.
56 /// </summary> 56 /// </summary>
57 public static int MAX_MAJOR_VERSION = 0; 57 public static int MAX_MAJOR_VERSION = 1;
58 58
59 protected TarArchiveReader archive; 59 protected TarArchiveReader archive;
60 60