Upped VERSION_NUMBER in master to 0.7.2.

bulletsim
Diva Canto 2011-04-24 16:21:01 -07:00
parent e3c3d626fb
commit 507f0e9ffd
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.1";
private const string VERSION_NUMBER = "0.7.2";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
public enum Flavour