Secnond revision of Sit and Stand for unscripted prims; Comment out

spammy debug messages in Interregion....
This commit is contained in:
KittoFlora
2009-12-05 09:03:02 +01:00
parent 2c3f6aaa87
commit cc8246206d
4 changed files with 155 additions and 121 deletions

View File

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