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.
bulletsim
Justin Clark-Casey (justincc) 2011-04-18 22:42:36 +01:00
parent 6600aa2baf
commit 6109605038
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
/// <returns></returns> /// <returns></returns>
public static string CreateControlFile(Dictionary<string, object> options) 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")) // if (options.ContainsKey("version"))
// { // {