Switch flavour to RC1. It will still be a while before RC1 is released.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-02-04 01:26:29 +00:00
parent edc11a1d39
commit 2502aae5db

View File

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