aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet
diff options
context:
space:
mode:
authorUbitUmarov2015-09-08 20:44:20 +0100
committerUbitUmarov2015-09-08 20:44:20 +0100
commit6dc4c8321d76353bedcad52e2fe9a9b48ab40a07 (patch)
treedeb66503d4da11ca893c350e0d351f6bd2987f44 /OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet
parenta mess with Modules and Module (diff)
downloadopensim-SC_OLD-6dc4c8321d76353bedcad52e2fe9a9b48ab40a07.zip
opensim-SC_OLD-6dc4c8321d76353bedcad52e2fe9a9b48ab40a07.tar.gz
opensim-SC_OLD-6dc4c8321d76353bedcad52e2fe9a9b48ab40a07.tar.bz2
opensim-SC_OLD-6dc4c8321d76353bedcad52e2fe9a9b48ab40a07.tar.xz
properties folders
Diffstat (limited to 'OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet')
-rw-r--r--OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
index c5867b2..c6ab386 100644
--- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
+++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
@@ -1,6 +1,7 @@
1using System.Reflection; 1using System.Reflection;
2using System.Runtime.CompilerServices; 2using System.Runtime.CompilerServices;
3using System.Runtime.InteropServices; 3using System.Runtime.InteropServices;
4using Mono.Addins;
4 5
5// General Information about an assembly is controlled through the following 6// General Information about an assembly is controlled through the following
6// set of attributes. Change these attribute values to modify the information 7// set of attributes. Change these attribute values to modify the information
@@ -34,3 +35,5 @@ using System.Runtime.InteropServices;
34// [assembly: AssemblyVersion("1.0.*")] 35// [assembly: AssemblyVersion("1.0.*")]
35[assembly: AssemblyVersion("0.8.2.*")] 36[assembly: AssemblyVersion("0.8.2.*")]
36 37
38[assembly: Addin("OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet", OpenSim.VersionInfo.VersionNumber)]
39[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]