switch up flavour to rc2 in preparation

0.7.1-dev
Justin Clark-Casey (justincc) 2011-04-23 00:10:34 +01:00
parent 70e8e8a785
commit 92841ea40b
1 changed files with 1 additions and 1 deletions

View File

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