aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorDiva Canto2009-08-16 20:38:30 -0700
committerDiva Canto2009-08-16 20:38:30 -0700
commit052c51f90f8d2e82c310f7cfbf6aa1412e8cdc59 (patch)
tree1e782d174672233f9e930f1700d0b47c9a571935 /OpenSim/Framework
parentuh. how about *really* removing it, and not just write a comment above, hey d... (diff)
downloadopensim-SC_OLD-052c51f90f8d2e82c310f7cfbf6aa1412e8cdc59.zip
opensim-SC_OLD-052c51f90f8d2e82c310f7cfbf6aa1412e8cdc59.tar.gz
opensim-SC_OLD-052c51f90f8d2e82c310f7cfbf6aa1412e8cdc59.tar.bz2
opensim-SC_OLD-052c51f90f8d2e82c310f7cfbf6aa1412e8cdc59.tar.xz
Bumped up grid services interface number.
Diffstat (limited to 'OpenSim/Framework')
-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 743ca69..6f9b00c 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 = 5; 72 public readonly static int MajorInterfaceVersion = 6;
73 } 73 }
74} 74}