aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/ubOde
diff options
context:
space:
mode:
authorUbitUmarov2015-09-13 00:05:29 +0100
committerUbitUmarov2015-09-13 00:05:29 +0100
commit672f7468f77e54c49ae39ca7516b9d2acbe08cc7 (patch)
tree2ec550508cc147cccc4ec527f4ee32c0d4b64b92 /OpenSim/Region/PhysicsModules/ubOde
parentmissing file... (diff)
downloadopensim-SC_OLD-672f7468f77e54c49ae39ca7516b9d2acbe08cc7.zip
opensim-SC_OLD-672f7468f77e54c49ae39ca7516b9d2acbe08cc7.tar.gz
opensim-SC_OLD-672f7468f77e54c49ae39ca7516b9d2acbe08cc7.tar.bz2
opensim-SC_OLD-672f7468f77e54c49ae39ca7516b9d2acbe08cc7.tar.xz
change the names also on the assembyInfo files
Diffstat (limited to 'OpenSim/Region/PhysicsModules/ubOde')
-rw-r--r--OpenSim/Region/PhysicsModules/ubOde/Properties/AssemblyInfo.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/Properties/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/ubOde/Properties/AssemblyInfo.cs
index 01c8470..293454a 100644
--- a/OpenSim/Region/PhysicsModules/ubOde/Properties/AssemblyInfo.cs
+++ b/OpenSim/Region/PhysicsModules/ubOde/Properties/AssemblyInfo.cs
@@ -35,11 +35,11 @@ using Mono.Addins;
35// change them to the information which is associated with the assembly 35// change them to the information which is associated with the assembly
36// you compile. 36// you compile.
37 37
38[assembly : AssemblyTitle("OpenSim.Region.PhysicsModule.UbitOde")] 38[assembly : AssemblyTitle("OpenSim.Region.PhysicsModule.ubOde")]
39[assembly : AssemblyDescription("Ubit Variation")] 39[assembly : AssemblyDescription("Ubit Variation of ODE")]
40[assembly : AssemblyConfiguration("")] 40[assembly : AssemblyConfiguration("")]
41[assembly : AssemblyCompany("http://opensimulator.org")] 41[assembly : AssemblyCompany("http://opensimulator.org")]
42[assembly : AssemblyProduct("UbitOde")] 42[assembly : AssemblyProduct("ubOde")]
43[assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")] 43[assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")]
44[assembly : AssemblyTrademark("")] 44[assembly : AssemblyTrademark("")]
45[assembly : AssemblyCulture("")] 45[assembly : AssemblyCulture("")]
@@ -57,5 +57,5 @@ using Mono.Addins;
57// numbers with the '*' character (the default): 57// numbers with the '*' character (the default):
58 58
59[assembly : AssemblyVersion("0.8.2.*")] 59[assembly : AssemblyVersion("0.8.2.*")]
60[assembly: Addin("OpenSim.Region.PhysicsModule.UbitOde", OpenSim.VersionInfo.VersionNumber)] 60[assembly: Addin("OpenSim.Region.PhysicsModule.ubOde", OpenSim.VersionInfo.VersionNumber)]
61[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)] \ No newline at end of file 61[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)] \ No newline at end of file