Change version flavour to releas

This commit is contained in:
Justin Clark-Casey (justincc)
2015-03-16 19:28:41 +00:00
parent d8642ff210
commit c2500de0c7

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.RC2;
private const Flavour VERSION_FLAVOUR = Flavour.Release;
public enum Flavour
{