switch version flavour to rc2

This commit is contained in:
Justin Clark-Casey (justincc)
2012-02-17 04:03:59 +00:00
parent 6de89246c2
commit 630c8dc828

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