Change flavor to 0.7-RC1

0.7-release
Melanie 2010-06-12 02:44:01 +01:00
parent 99f2a1c347
commit 4dd9cf1ce4
1 changed files with 2 additions and 2 deletions

View File

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