Upped VERSION_NUMBER in master to 0.7.2.

This commit is contained in:
Diva Canto
2011-04-24 16:21:01 -07:00
parent e3c3d626fb
commit 507f0e9ffd

View File

@@ -29,7 +29,7 @@ namespace OpenSim
{
public class VersionInfo
{
private const string VERSION_NUMBER = "0.7.1";
private const string VERSION_NUMBER = "0.7.2";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
public enum Flavour