Change version to 0.7.0.2 and flavour to Release

0.7.0.2-release 0.7.0.2-release
Justin Clark-Casey (justincc) 2010-09-10 22:01:10 +01:00
parent 381c3e3738
commit 913bf95c1c
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.0.1";
private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes;
private const string VERSION_NUMBER = "0.7.0.2";
private const Flavour VERSION_FLAVOUR = Flavour.Release;
public enum Flavour
{