Change version flavour to RC1. Make version number more normal "0.8" rather than "0.8.0"

0.8.0.3
Justin Clark-Casey 2014-05-06 19:04:44 +01:00
parent 9e83b43009
commit 766c94213c
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";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
private const string VERSION_NUMBER = "0.8";
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
public enum Flavour
{