aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/VersionInfo.cs
diff options
context:
space:
mode:
authorMelanie Thielker2015-09-14 00:35:31 +0200
committerMelanie Thielker2015-09-14 00:35:31 +0200
commit9d1515efdbd8d7b515e4e550fe047ba03ca3f91d (patch)
treeab4ab305cb38352cfe986a3ec01ca6fddeb24434 /OpenSim/Framework/VersionInfo.cs
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-9d1515efdbd8d7b515e4e550fe047ba03ca3f91d.zip
opensim-SC_OLD-9d1515efdbd8d7b515e4e550fe047ba03ca3f91d.tar.gz
opensim-SC_OLD-9d1515efdbd8d7b515e4e550fe047ba03ca3f91d.tar.bz2
opensim-SC_OLD-9d1515efdbd8d7b515e4e550fe047ba03ca3f91d.tar.xz
Make regions tolerant to newer regions with more werables.
Also, bump the interface version to 8
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/VersionInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs
index d2979a7..a285db0 100644
--- a/OpenSim/Framework/VersionInfo.cs
+++ b/OpenSim/Framework/VersionInfo.cs
@@ -71,6 +71,6 @@ namespace OpenSim
71 /// of the code that is too old. 71 /// of the code that is too old.
72 /// 72 ///
73 /// </value> 73 /// </value>
74 public readonly static int MajorInterfaceVersion = 7; 74 public readonly static int MajorInterfaceVersion = 8;
75 } 75 }
76} 76}