* applying the interface upgrade in post-fixes as well.

This commit is contained in:
lbsa71
2009-02-21 14:14:54 +00:00
parent 60e189d6fd
commit 6f0adb0920
+1 -1
View File
@@ -48,6 +48,6 @@ namespace OpenSim
/// of the code that is too old.
///
/// </value>
public readonly static int MajorInterfaceVersion = 2;
public readonly static int MajorInterfaceVersion = 3;
}
}