Change version to 0.7.5.2 and flavour to release

0.7.5-post-fixes
Justin Clark-Casey (justincc) 2014-11-11 17:39:55 +00:00
parent 0387725fe2
commit 0d88c3d4dc
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.1";
private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes;
private const string VERSION_NUMBER = "0.7.5.2";
private const Flavour VERSION_FLAVOUR = Flavour.Release;
public enum Flavour
{