Bump master code up to 0.7.5 now that 0.7.4 is out.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-09-04 00:11:14 +01:00
parent 07dbe46ba3
commit 15d5f3d09d

View File

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