aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-10-30 03:07:45 +0100
committerJustin Clark-Casey (justincc)2010-10-30 03:07:45 +0100
commitf9227977f8190ff1cf094e4adb025a822645371f (patch)
tree5afbce81eb5359f8beaeaef3f7c30518e689f4f6 /OpenSim/Framework/Servers
parentminor: remove some old commented out code (diff)
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-f9227977f8190ff1cf094e4adb025a822645371f.zip
opensim-SC_OLD-f9227977f8190ff1cf094e4adb025a822645371f.tar.gz
opensim-SC_OLD-f9227977f8190ff1cf094e4adb025a822645371f.tar.bz2
opensim-SC_OLD-f9227977f8190ff1cf094e4adb025a822645371f.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Framework/Servers')
-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 c88e0d1..c9d4c93 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 = 6; 72 public readonly static int MajorInterfaceVersion = 7;
73 } 73 }
74} 74}