Change 0.8 post fixes branch to version 0.8.0.1 with release flavour.

This commit is contained in:
Justin Clark-Casey
2014-08-22 20:19:16 +01:00
parent 422f718949
commit f6d02a63eb

View File

@@ -29,8 +29,8 @@ namespace OpenSim
{
public class VersionInfo
{
private const string VERSION_NUMBER = "0.8";
private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes;
private const string VERSION_NUMBER = "0.8.0.1";
private const Flavour VERSION_FLAVOUR = Flavour.Release;
public enum Flavour
{