Change flavour to RC1

This commit is contained in:
Justin Clark-Casey (justincc)
2015-01-30 21:24:18 +00:00
parent 144f1400c5
commit b8c7175d34

View File

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