From 6f0adb0920092886b24768c4234e3d3f0e91c486 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Sat, 21 Feb 2009 14:14:54 +0000 Subject: [PATCH] * applying the interface upgrade in post-fixes as well. --- OpenSim/Framework/Servers/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 8c48ec6daf..60fd94bec0 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs @@ -48,6 +48,6 @@ namespace OpenSim /// of the code that is too old. /// /// - public readonly static int MajorInterfaceVersion = 2; + public readonly static int MajorInterfaceVersion = 3; } }