aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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 8d500bd..ad39845 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}