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.
bulletsim
Justin Clark-Casey (justincc) 2011-04-18 23:00:41 +01:00
parent 6109605038
commit f5a041d012
1 changed files with 2 additions and 2 deletions

View File

@ -394,12 +394,12 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
if (options.ContainsKey("profile"))
{
majorVersion = 1;
minorVersion = 0;
minorVersion = 1;
}
else
{
majorVersion = 0;
minorVersion = 1;
minorVersion = 2;
}
m_log.InfoFormat("[INVENTORY ARCHIVER]: Creating version {0}.{1} IAR", majorVersion, minorVersion);