diff options
author | Melanie Thielker | 2015-09-14 00:35:31 +0200 |
---|---|---|
committer | Melanie Thielker | 2015-09-14 00:35:31 +0200 |
commit | 9d1515efdbd8d7b515e4e550fe047ba03ca3f91d (patch) | |
tree | ab4ab305cb38352cfe986a3ec01ca6fddeb24434 /OpenSim/Framework/VersionInfo.cs | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-9d1515efdbd8d7b515e4e550fe047ba03ca3f91d.zip opensim-SC-9d1515efdbd8d7b515e4e550fe047ba03ca3f91d.tar.gz opensim-SC-9d1515efdbd8d7b515e4e550fe047ba03ca3f91d.tar.bz2 opensim-SC-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.cs | 2 |
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 | } |