Change 0.7.6 release flavour to post fixes

0.7.6-extended
Justin Clark-Casey (justincc) 2013-10-04 23:37:48 +01:00
parent 9dae06b296
commit 3bd922f61b
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";
private const Flavour VERSION_FLAVOUR = Flavour.Release;
private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes;
public enum Flavour
{