Flip to RC2 and restore 0.9.0.0 here

0.9.0-post-fixes
Diva Canto 2017-01-08 10:15:56 -08:00
parent 7642233109
commit cd11d23833
1 changed files with 3 additions and 3 deletions

View File

@ -29,10 +29,10 @@ namespace OpenSim
{
public class VersionInfo
{
public const string VersionNumber = "0.9.1.0";
public const string AssemblyVersionNumber = "0.9.1.*";
public const string VersionNumber = "0.9.0.0";
public const string AssemblyVersionNumber = "0.9.0.*";
private const Flavour VERSION_FLAVOUR = Flavour.RC1;
private const Flavour VERSION_FLAVOUR = Flavour.RC2;
public enum Flavour
{