Change release verson to 0.7.5.1 and flavour to rc1

0.7.5-post-fixes 0.7.5.1-rc1
Justin Clark-Casey (justincc) 2014-01-24 23:00:10 +00:00
parent 40cee9b836
commit 9760cd47f1
1 changed files with 2 additions and 2 deletions

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
{