diff options
author | lbsa71 | 2009-02-21 14:12:06 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-21 14:12:06 +0000 |
commit | fcb737c7f9b8b95284ee9035b6f9f34a93f8de33 (patch) | |
tree | 1a6c970b9eb4d0ab5c9daf65fee53e336d7c3fa9 /OpenSim/Framework/Servers/VersionInfo.cs | |
parent | Refactored the GridServer into a GridDBService and a set of "modules". (diff) | |
download | opensim-SC_OLD-fcb737c7f9b8b95284ee9035b6f9f34a93f8de33.zip opensim-SC_OLD-fcb737c7f9b8b95284ee9035b6f9f34a93f8de33.tar.gz opensim-SC_OLD-fcb737c7f9b8b95284ee9035b6f9f34a93f8de33.tar.bz2 opensim-SC_OLD-fcb737c7f9b8b95284ee9035b6f9f34a93f8de33.tar.xz |
* Upping to interface version 3 - let's see how this goes.
Diffstat (limited to 'OpenSim/Framework/Servers/VersionInfo.cs')
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 8c48ec6..60fd94b 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -48,6 +48,6 @@ namespace OpenSim | |||
48 | /// of the code that is too old. | 48 | /// of the code that is too old. |
49 | /// | 49 | /// |
50 | /// </value> | 50 | /// </value> |
51 | public readonly static int MajorInterfaceVersion = 2; | 51 | public readonly static int MajorInterfaceVersion = 3; |
52 | } | 52 | } |
53 | } | 53 | } |