switch up flavour to rc2 in preparation

This commit is contained in:
Justin Clark-Casey (justincc)
2011-04-23 00:10:34 +01:00
parent 70e8e8a785
commit 92841ea40b

View File

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