aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/VersionInfo.cs
diff options
context:
space:
mode:
authordiva2009-01-03 07:31:48 +0000
committerdiva2009-01-03 07:31:48 +0000
commit19cb2cb39552c481f928db12cee363fe9fa26577 (patch)
tree9bfdd953ea490f40149eebc2a5c1c29d328be282 /OpenSim/Framework/Servers/VersionInfo.cs
parentAnother interregion comms change that will not work well with previous versio... (diff)
downloadopensim-SC_OLD-19cb2cb39552c481f928db12cee363fe9fa26577.zip
opensim-SC_OLD-19cb2cb39552c481f928db12cee363fe9fa26577.tar.gz
opensim-SC_OLD-19cb2cb39552c481f928db12cee363fe9fa26577.tar.bz2
opensim-SC_OLD-19cb2cb39552c481f928db12cee363fe9fa26577.tar.xz
Undoing the bump up of MajorInterfaceVersion number back to 2. This just doesn't work in practice!
Diffstat (limited to 'OpenSim/Framework/Servers/VersionInfo.cs')
-rw-r--r--OpenSim/Framework/Servers/VersionInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs
index 7b5f405..e7d26a9 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -48,6 +48,6 @@ namespace OpenSim
48 /// of the code that is too old. 48 /// of the code that is too old.
49 /// 49 ///
50 /// </value> 50 /// </value>
51 public readonly static int MajorInterfaceVersion = 3; 51 public readonly static int MajorInterfaceVersion = 2;
52 } 52 }
53} 53}