aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-12-18 00:45:56 +0000
committerJustin Clark-Casey (justincc)2010-12-18 00:45:56 +0000
commitef43f98686b8b6530f9e04bf6e0cdc6b72328fa2 (patch)
tree32d63e3f032feac2bab34c138e63d341eafd3273 /OpenSim
parentFix notecards that end with an embedded object causing an exception (diff)
downloadopensim-SC_OLD-ef43f98686b8b6530f9e04bf6e0cdc6b72328fa2.zip
opensim-SC_OLD-ef43f98686b8b6530f9e04bf6e0cdc6b72328fa2.tar.gz
opensim-SC_OLD-ef43f98686b8b6530f9e04bf6e0cdc6b72328fa2.tar.bz2
opensim-SC_OLD-ef43f98686b8b6530f9e04bf6e0cdc6b72328fa2.tar.xz
Raise maximum iar version that master can load to 1.x, so that it can load its own iars (oops)
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