switch to 0.7.1.1 release version info

This commit is contained in:
Justin Clark-Casey (justincc)
2011-05-27 22:26:16 +01:00
parent 951ede7626
commit 6419544948

View File

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