Change 0.8 flavour to release

This commit is contained in:
Justin Clark-Casey
2014-06-17 16:48:36 +01:00
parent 25757a6abb
commit 698dfe8977

View File

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