Readusr master version and flavor

0.7-release
Melanie 2010-06-15 01:52:37 +01:00
parent 462a0f24e9
commit 6dd3f2b8b8
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";
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
private const string VERSION_NUMBER = "0.7.1";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
public enum Flavour
{