Flip release version to RC1

0.7.6-extended 0.7.6-rc1
Justin Clark-Casey (justincc) 2013-09-27 22:34:40 +01:00
parent 1e48bf43a3
commit 329235d3b7
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.Dev;
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
public enum Flavour
{