Revert master version number to 0.7.1 for now to make merging easier.

This commit is contained in:
Justin Clark-Casey (justincc)
2011-04-07 23:22:19 +01:00
parent 9d40c0dcc7
commit 0ced677510

View File

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