Fix version number

avinationmerge
Melanie 2009-12-10 18:20:40 +00:00
parent 59ca92b10b
commit 0889b5aef1
1 changed files with 3 additions and 4 deletions

View File

@ -29,8 +29,8 @@ namespace OpenSim
{
public class VersionInfo
{
private const string VERSION_NUMBER = "112609s";
private const Flavour VERSION_FLAVOUR = Flavour.BetaM7;
private const string VERSION_NUMBER = "0.6.9CM";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
public enum Flavour
{
Unknown,
@ -38,8 +38,7 @@ namespace OpenSim
RC1,
RC2,
Release,
Post_Fixes,
BetaM7
Post_Fixes
}
public static string Version