change trunk version to 0.7.Dev

slimupdates
Justin Clark-Casey (justincc) 2010-03-26 18:56:05 +00:00
parent dd1c1b3bcd
commit 4565e5dfbc
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ namespace OpenSim
{
public class VersionInfo
{
private const string VERSION_NUMBER = "0.6.9";
private const string VERSION_NUMBER = "0.7";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
public enum Flavour
@ -71,4 +71,4 @@ namespace OpenSim
/// </value>
public readonly static int MajorInterfaceVersion = 6;
}
}
}