aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2015-09-14 00:03:43 +0100
committerUbitUmarov2015-09-14 00:03:43 +0100
commit154e19b0e7dff7b78f766e6a7ccace41fb165a62 (patch)
tree7cc852a9c08675a17cdf39d9054bde75f5100aeb
parentchange the names also on the assembyInfo files (diff)
downloadopensim-SC_OLD-154e19b0e7dff7b78f766e6a7ccace41fb165a62.zip
opensim-SC_OLD-154e19b0e7dff7b78f766e6a7ccace41fb165a62.tar.gz
opensim-SC_OLD-154e19b0e7dff7b78f766e6a7ccace41fb165a62.tar.bz2
opensim-SC_OLD-154e19b0e7dff7b78f766e6a7ccace41fb165a62.tar.xz
change interface version to 8, as core
-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 165b2b4..5ebecb6 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}