aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/VersionInfo.cs
diff options
context:
space:
mode:
authorTeravus Ovares2009-07-25 21:16:48 +0000
committerTeravus Ovares2009-07-25 21:16:48 +0000
commit687e84048dd01162c6e57a74bc48548cb8390ce1 (patch)
tree9ec57175d887d733591fd32efb6bb6679d13d3e8 /OpenSim/Framework/Servers/VersionInfo.cs
parent* Fix Groups Module Null Reference when you were not a member of any group. (diff)
downloadopensim-SC_OLD-687e84048dd01162c6e57a74bc48548cb8390ce1.zip
opensim-SC_OLD-687e84048dd01162c6e57a74bc48548cb8390ce1.tar.gz
opensim-SC_OLD-687e84048dd01162c6e57a74bc48548cb8390ce1.tar.bz2
opensim-SC_OLD-687e84048dd01162c6e57a74bc48548cb8390ce1.tar.xz
* as per my e-mail to opensim-dev archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007223.html
I'm bumping gridcomms interface version to 5. MajorInterfaceVersion = 5
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 7b6f048..743ca69 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -69,6 +69,6 @@ namespace OpenSim
69 /// of the code that is too old. 69 /// of the code that is too old.
70 /// 70 ///
71 /// </value> 71 /// </value>
72 public readonly static int MajorInterfaceVersion = 4; 72 public readonly static int MajorInterfaceVersion = 5;
73 } 73 }
74} 74}