update version number and switch flavour to release

0.7.0.1-release
Justin Clark-Casey (justincc) 2010-08-09 21:14:06 +01:00
parent b280b8218e
commit e971b1606f
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.Post_Fixes;
private const string VERSION_NUMBER = "0.7.0.1";
private const Flavour VERSION_FLAVOUR = Flavour.Release
public enum Flavour
{