diff options
author | Melanie | 2009-12-10 18:17:29 +0000 |
---|---|---|
committer | Melanie | 2009-12-10 18:17:29 +0000 |
commit | 59ca92b10b31c589312cb74e7554adf817bad466 (patch) | |
tree | 5630cc3b75d6ecf4bf0b5c4ad200f9997ea72a8b /OpenSim/Framework/Servers/VersionInfo.cs | |
parent | Merge branch 'careminster' of kitto@tor.k-grid.com:/home/kitto/opensim into c... (diff) | |
parent | Correct AbsolutePosition calculation (diff) | |
download | opensim-SC_OLD-59ca92b10b31c589312cb74e7554adf817bad466.zip opensim-SC_OLD-59ca92b10b31c589312cb74e7554adf817bad466.tar.gz opensim-SC_OLD-59ca92b10b31c589312cb74e7554adf817bad466.tar.bz2 opensim-SC_OLD-59ca92b10b31c589312cb74e7554adf817bad466.tar.xz |
Merge branch 'tests' of kitto@tor.k-grid.com:/home/kitto/opensim into careminster
Diffstat (limited to 'OpenSim/Framework/Servers/VersionInfo.cs')
-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 |