update version number and switch flavour to release
parent
b280b8218e
commit
e971b1606f
|
@ -29,8 +29,8 @@ namespace OpenSim
|
|||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
private const string VERSION_NUMBER = "0.7";
|
||||
private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes;
|
||||
private const string VERSION_NUMBER = "0.7.0.1";
|
||||
private const Flavour VERSION_FLAVOUR = Flavour.Release
|
||||
|
||||
public enum Flavour
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue