update version number

0.7.0.2-release
Justin Clark-Casey (justincc) 2010-08-09 21:23:18 +01:00
parent b280b8218e
commit 3d01c4ccba
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace OpenSim
{
public class VersionInfo
{
private const string VERSION_NUMBER = "0.7";
private const string VERSION_NUMBER = "0.7.0.1";
private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes;
public enum Flavour