From c36714a9bd0400fe24cefe81e46999a79e71a84a Mon Sep 17 00:00:00 2001 From: BlueWall Date: Fri, 4 May 2012 21:34:56 -0400 Subject: [PATCH] Update version for plugins since required updates --- OpenSim/Services/IntegrationService/IntegrationServiceBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs b/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs index 86887d746e..e8957e1947 100644 --- a/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs +++ b/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs @@ -39,7 +39,7 @@ using log4net; using Ux = OpenSim.Services.IntegrationService.IUtils; -[assembly:AddinRoot ("IntegrationService", "2.0")] +[assembly:AddinRoot ("IntegrationService", "2.1")] namespace OpenSim.Services.IntegrationService { [TypeExtensionPoint (Path="/OpenSim/IntegrationService", Name="IntegrationService")]