Change version to 0.7.0.2 and flavour to Release

This commit is contained in:
Justin Clark-Casey (justincc)
2010-09-10 22:01:10 +01:00
parent 381c3e3738
commit 913bf95c1c
+2 -2
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
{