Change flavour to Release

0.6.8-post-fixes 0.6.8-release
justincc 2009-12-23 15:31:43 +00:00
parent 8026608621
commit 139b00ceec
1 changed files with 2 additions and 2 deletions

View File

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