Readjust master version and flavor

This commit is contained in:
Melanie
2010-06-15 01:52:37 +01:00
parent 462a0f24e9
commit 0031d4a618

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
{