diff options
author | KittoFlora | 2009-12-05 09:03:02 +0100 |
---|---|---|
committer | KittoFlora | 2009-12-05 09:03:02 +0100 |
commit | cc8246206d5044aff0b306a4bcaf4b321fb826c9 (patch) | |
tree | 5b331cdbc5a6c9da82b927fabf076845c473f59a /OpenSim/Framework | |
parent | Merge branch 'careminster' into tests (diff) | |
download | opensim-SC_OLD-cc8246206d5044aff0b306a4bcaf4b321fb826c9.zip opensim-SC_OLD-cc8246206d5044aff0b306a4bcaf4b321fb826c9.tar.gz opensim-SC_OLD-cc8246206d5044aff0b306a4bcaf4b321fb826c9.tar.bz2 opensim-SC_OLD-cc8246206d5044aff0b306a4bcaf4b321fb826c9.tar.xz |
Secnond revision of Sit and Stand for unscripted prims; Comment out
spammy debug messages in Interregion....
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 0d4215b..f5be1e6 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -29,9 +29,8 @@ namespace OpenSim | |||
29 | { | 29 | { |
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | private const string VERSION_NUMBER = "0.6.9-CM"; | 32 | private const string VERSION_NUMBER = "112609s"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.BetaM7; |
34 | |||
35 | public enum Flavour | 34 | public enum Flavour |
36 | { | 35 | { |
37 | Unknown, | 36 | Unknown, |
@@ -39,7 +38,8 @@ namespace OpenSim | |||
39 | RC1, | 38 | RC1, |
40 | RC2, | 39 | RC2, |
41 | Release, | 40 | Release, |
42 | Post_Fixes | 41 | Post_Fixes, |
42 | BetaM7 | ||
43 | } | 43 | } |
44 | 44 | ||
45 | public static string Version | 45 | public static string Version |