Change trunk versio to 0.7.1 Dev

soprefactor
Melanie 2010-06-12 02:45:21 +01:00
parent 99f2a1c347
commit 85d2e21558
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.7";
private const string VERSION_NUMBER = "0.7.1";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
public enum Flavour
@ -71,4 +71,4 @@ namespace OpenSim
/// </value>
public readonly static int MajorInterfaceVersion = 6;
}
}
}