Change release flavour on 0.7.6-extended branch back to extended again (changed from pf merge)

0.7.6-extended
Justin Clark-Casey (justincc) 2014-01-30 01:02:10 +00:00
parent 75777ddd57
commit 88bd146f04
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.6.1";
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
private const Flavour VERSION_FLAVOUR = Flavour.Extended;
public enum Flavour
{