diff options
author | Justin Clark-Casey (justincc) | 2011-04-18 23:00:41 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-18 23:00:41 +0100 |
commit | f5a041d01292adb2b1e650cb9eba0806121d2ddf (patch) | |
tree | 06de960b4c0da2d8add67ecf71448d6536c8727d /OpenSim | |
parent | bump oar version number to 0.6. (diff) | |
download | opensim-SC_OLD-f5a041d01292adb2b1e650cb9eba0806121d2ddf.zip opensim-SC_OLD-f5a041d01292adb2b1e650cb9eba0806121d2ddf.tar.gz opensim-SC_OLD-f5a041d01292adb2b1e650cb9eba0806121d2ddf.tar.bz2 opensim-SC_OLD-f5a041d01292adb2b1e650cb9eba0806121d2ddf.tar.xz |
bump default IAR version to 0.2 and 1.1 for the --profile version.
There are no changes in this bump, they just signal a point at which the control file comes first in the archive.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs index dc4900f..c039b5a 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs | |||
@@ -394,12 +394,12 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver | |||
394 | if (options.ContainsKey("profile")) | 394 | if (options.ContainsKey("profile")) |
395 | { | 395 | { |
396 | majorVersion = 1; | 396 | majorVersion = 1; |
397 | minorVersion = 0; | 397 | minorVersion = 1; |
398 | } | 398 | } |
399 | else | 399 | else |
400 | { | 400 | { |
401 | majorVersion = 0; | 401 | majorVersion = 0; |
402 | minorVersion = 1; | 402 | minorVersion = 2; |
403 | } | 403 | } |
404 | 404 | ||
405 | m_log.InfoFormat("[INVENTORY ARCHIVER]: Creating version {0}.{1} IAR", majorVersion, minorVersion); | 405 | m_log.InfoFormat("[INVENTORY ARCHIVER]: Creating version {0}.{1} IAR", majorVersion, minorVersion); |