diff options
author | Diva Canto | 2010-06-14 19:13:46 -0700 |
---|---|---|
committer | Diva Canto | 2010-06-14 19:13:46 -0700 |
commit | cf5427e8100aa398fc268c983244d177a1f871fa (patch) | |
tree | c5121015d3ef848b32310314500b080c07033c07 /OpenSim/Framework | |
parent | Typo corrected in Robust.HG.ini.example (diff) | |
download | opensim-SC_OLD-cf5427e8100aa398fc268c983244d177a1f871fa.zip opensim-SC_OLD-cf5427e8100aa398fc268c983244d177a1f871fa.tar.gz opensim-SC_OLD-cf5427e8100aa398fc268c983244d177a1f871fa.tar.bz2 opensim-SC_OLD-cf5427e8100aa398fc268c983244d177a1f871fa.tar.xz |
Fixed version info again.
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 100bf1f..c27bc9a 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 = "0.7.1"; | 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 | { |