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

0.8.0.3 0.8.0.1
Justin Clark-Casey 2014-08-22 20:19:16 +01:00
parent 422f718949
commit f6d02a63eb
1 changed files with 2 additions and 2 deletions

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
{