diff options
author | Melanie | 2010-06-12 02:44:01 +0100 |
---|---|---|
committer | Melanie | 2010-06-12 02:44:01 +0100 |
commit | 4dd9cf1ce4fe208d3e4474778e3c9a6102755d8c (patch) | |
tree | fd3cf13aa75a1e65deb2ed8af1a152670b06d38d /OpenSim/Framework | |
parent | * Tweak the StopFlying() method in LLClientView to fabricate a suitable landi... (diff) | |
download | opensim-SC_OLD-4dd9cf1ce4fe208d3e4474778e3c9a6102755d8c.zip opensim-SC_OLD-4dd9cf1ce4fe208d3e4474778e3c9a6102755d8c.tar.gz opensim-SC_OLD-4dd9cf1ce4fe208d3e4474778e3c9a6102755d8c.tar.bz2 opensim-SC_OLD-4dd9cf1ce4fe208d3e4474778e3c9a6102755d8c.tar.xz |
Change flavor to 0.7-RC1
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 90b5f57..c27bc9a 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -30,7 +30,7 @@ namespace OpenSim | |||
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | private const string VERSION_NUMBER = "0.7"; | 32 | private const string VERSION_NUMBER = "0.7"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.RC1; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |
@@ -71,4 +71,4 @@ namespace OpenSim | |||
71 | /// </value> | 71 | /// </value> |
72 | public readonly static int MajorInterfaceVersion = 6; | 72 | public readonly static int MajorInterfaceVersion = 6; |
73 | } | 73 | } |
74 | } \ No newline at end of file | 74 | } |