change version to rc1

This commit is contained in:
Justin Clark-Casey (justincc)
2011-09-08 22:16:42 +01:00
parent f5eace6781
commit 79f3de6ba8

View File

@@ -30,7 +30,7 @@ namespace OpenSim
public class VersionInfo
{
private const string VERSION_NUMBER = "0.7.2";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
public enum Flavour
{