Change flavour to release

0.7.1-dev 0.7.1-release
Justin Clark-Casey (justincc) 2011-05-04 20:02:47 +01:00
parent 8e8fee20ed
commit a25d83feea
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.RC2;
private const Flavour VERSION_FLAVOUR = Flavour.Release;
public enum Flavour
{