Switch flavour to RC1. It will still be a while before RC1 is released.

0.7.3-post-fixes
Justin Clark-Casey (justincc) 2012-02-04 01:26:29 +00:00
parent edc11a1d39
commit 2502aae5db
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.3";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
public enum Flavour
{