Set flavour to release.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-08-31 21:39:51 +01:00
parent 8c4f911935
commit 10e6493f9f

View File

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