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

0.7.1-dev
Justin Clark-Casey (justincc) 2011-04-07 23:22:19 +01:00
parent 9d40c0dcc7
commit 0ced677510
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.2";
private const string VERSION_NUMBER = "0.7.1";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
public enum Flavour