Fixed version info again.

0.7-release
Diva Canto 2010-06-14 19:13:46 -07:00
parent 07b8eddb64
commit cf5427e810
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.Dev;
private const string VERSION_NUMBER = "0.7";
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
public enum Flavour
{