update release to 0.7.0.2 Dev

0.7-post-fixes
Justin Clark-Casey (justincc) 2010-09-10 22:04:44 +01:00
parent 381c3e3738
commit 628125573d
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.Dev;
public enum Flavour
{