change release flavour to post-fixes

0.8.1-post-fixes
Justin Clark-Casey (justincc) 2015-03-16 21:52:49 +00:00
parent c2500de0c7
commit 593678a26b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace OpenSim
public class VersionInfo
{
public const string VersionNumber = "0.8.1.0";
private const Flavour VERSION_FLAVOUR = Flavour.Release;
private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes;
public enum Flavour
{