Change release verson to 0.7.5.1 and flavour to rc1

This commit is contained in:
Justin Clark-Casey (justincc)
2014-01-24 23:00:10 +00:00
parent 40cee9b836
commit 9760cd47f1

View File

@@ -29,8 +29,8 @@ namespace OpenSim
{
public class VersionInfo
{
private const string VERSION_NUMBER = "0.7.5";
private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes;
private const string VERSION_NUMBER = "0.7.5.1";
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
public enum Flavour
{