bump main branch version number to 0.7.2. A separate 0.7.1-post-fixes branch now exists.

0.7.1-dev
Justin Clark-Casey (justincc) 2011-04-06 22:05:07 +01:00
parent 9bc2705f37
commit a6b1927cff
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