Flipped the flavour on post-fixes to Post_Fixes.

0.7.0.1-release
Diva Canto 2010-07-22 10:56:18 -07:00
parent 192781e83b
commit 536699cf43
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";
private const Flavour VERSION_FLAVOUR = Flavour.Release;
private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes;
public enum Flavour
{