bump oar version number to 0.6.

This commit contains no data changes - the version bump is to establish a version at which the control file must come first in the archive.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-04-18 22:42:36 +01:00
parent 6600aa2baf
commit 6109605038

View File

@@ -206,7 +206,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
/// <returns></returns>
public static string CreateControlFile(Dictionary<string, object> options)
{
int majorVersion = MAX_MAJOR_VERSION, minorVersion = 5;
int majorVersion = MAX_MAJOR_VERSION, minorVersion = 6;
//
// if (options.ContainsKey("version"))
// {