change flavour of 0.6.7 to release

0.6.7-post-fixes 0.6.7-release
Justin Clark-Casey (justincc) 2009-10-09 15:18:05 +01:00
parent e9c05cf385
commit 7f13ac0f48
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.7";
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
private const Flavour VERSION_FLAVOUR = Flavour.Release;
public enum Flavour
{