diff options
author | Melanie | 2009-12-10 18:20:40 +0000 |
---|---|---|
committer | Melanie | 2009-12-10 18:20:40 +0000 |
commit | 0889b5aef1b93909cb7ae5c29beb5e23bd566c47 (patch) | |
tree | 5058f8c11472706babadb9295d1b5af503cd0106 | |
parent | Merge branch 'tests' of kitto@tor.k-grid.com:/home/kitto/opensim into caremin... (diff) | |
download | opensim-SC_OLD-0889b5aef1b93909cb7ae5c29beb5e23bd566c47.zip opensim-SC_OLD-0889b5aef1b93909cb7ae5c29beb5e23bd566c47.tar.gz opensim-SC_OLD-0889b5aef1b93909cb7ae5c29beb5e23bd566c47.tar.bz2 opensim-SC_OLD-0889b5aef1b93909cb7ae5c29beb5e23bd566c47.tar.xz |
Fix version number
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index f5be1e6..d348c90 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -29,8 +29,8 @@ namespace OpenSim | |||
29 | { | 29 | { |
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | private const string VERSION_NUMBER = "112609s"; | 32 | private const string VERSION_NUMBER = "0.6.9CM"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.BetaM7; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; |
34 | public enum Flavour | 34 | public enum Flavour |
35 | { | 35 | { |
36 | Unknown, | 36 | Unknown, |
@@ -38,8 +38,7 @@ namespace OpenSim | |||
38 | RC1, | 38 | RC1, |
39 | RC2, | 39 | RC2, |
40 | Release, | 40 | Release, |
41 | Post_Fixes, | 41 | Post_Fixes |
42 | BetaM7 | ||
43 | } | 42 | } |
44 | 43 | ||
45 | public static string Version | 44 | public static string Version |