From 94cd4c136c8a3567d536cc67285cf6200056c7c2 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Mon, 17 Aug 2009 06:41:26 -0700 Subject: Bumping the interface number down again, because this *may* not be a breaking change with older sims. --- 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 6f9b00c..743ca69 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs @@ -69,6 +69,6 @@ namespace OpenSim /// of the code that is too old. /// /// - public readonly static int MajorInterfaceVersion = 6; + public readonly static int MajorInterfaceVersion = 5; } } -- cgit v1.1