switch flavor to RC1

This commit is contained in:
Justin Clark-Casey (justincc)
2010-03-26 19:09:09 +00:00
parent 4423630f1e
commit dd544f811a

View File

@@ -30,7 +30,7 @@ namespace OpenSim
public class VersionInfo
{
private const string VERSION_NUMBER = "0.6.9";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
public enum Flavour
{