Update version to 0.8.0.3 and flavour to release

0.8.0.3
Justin Clark-Casey 2014-11-11 17:38:21 +00:00
parent 5dcc49c9ec
commit 3990d922fb
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.0.2";
private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes;
private const string VERSION_NUMBER = "0.8.0.3";
private const Flavour VERSION_FLAVOUR = Flavour.Release;
public enum Flavour
{