switch to 0.7.1.1 release version info

0.7.1-dev
Justin Clark-Casey (justincc) 2011-05-27 22:26:16 +01:00
parent 951ede7626
commit 6419544948
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.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
{