switch flavor to RC1

0.6.9
Justin Clark-Casey (justincc) 2010-03-26 19:09:09 +00:00
parent 4423630f1e
commit dd544f811a
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.6.9";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
public enum Flavour
{