aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r--OpenSim/ApplicationPlugins/LoadRegions/Properties/AssemblyInfo.cs8
-rw-r--r--OpenSim/ApplicationPlugins/ScriptEngine/Properties/AssemblyInfo.cs8
2 files changed, 8 insertions, 8 deletions
diff --git a/OpenSim/ApplicationPlugins/LoadRegions/Properties/AssemblyInfo.cs b/OpenSim/ApplicationPlugins/LoadRegions/Properties/AssemblyInfo.cs
index d7c1666..f9c0309 100644
--- a/OpenSim/ApplicationPlugins/LoadRegions/Properties/AssemblyInfo.cs
+++ b/OpenSim/ApplicationPlugins/LoadRegions/Properties/AssemblyInfo.cs
@@ -35,9 +35,9 @@ using System.Runtime.InteropServices;
35[assembly : AssemblyTitle("OpenSim.Addin")] 35[assembly : AssemblyTitle("OpenSim.Addin")]
36[assembly : AssemblyDescription("")] 36[assembly : AssemblyDescription("")]
37[assembly : AssemblyConfiguration("")] 37[assembly : AssemblyConfiguration("")]
38[assembly : AssemblyCompany("")] 38[assembly : AssemblyCompany("http://opensimulator.org")]
39[assembly : AssemblyProduct("OpenSim.Addin")] 39[assembly : AssemblyProduct("OpenSim.Addin")]
40[assembly : AssemblyCopyright("Copyright © OpenSimulator.org Developers 2007-2008")] 40[assembly : AssemblyCopyright("Copyright © OpenSimulator.org Developers 2007-2009")]
41[assembly : AssemblyTrademark("")] 41[assembly : AssemblyTrademark("")]
42[assembly : AssemblyCulture("")] 42[assembly : AssemblyCulture("")]
43 43
@@ -60,7 +60,7 @@ using System.Runtime.InteropServices;
60// 60//
61// You can specify all the values or you can default the Build and Revision Numbers 61// You can specify all the values or you can default the Build and Revision Numbers
62// by using the '*' as shown below: 62// by using the '*' as shown below:
63// [assembly: AssemblyVersion("1.0.0.0")] 63// [assembly: AssemblyVersion("0.6.3.*")]
64 64
65[assembly : AssemblyVersion("1.0.0.0")] 65[assembly : AssemblyVersion("0.6.3.*")]
66[assembly : AssemblyFileVersion("1.0.0.0")] \ No newline at end of file 66[assembly : AssemblyFileVersion("1.0.0.0")] \ No newline at end of file
diff --git a/OpenSim/ApplicationPlugins/ScriptEngine/Properties/AssemblyInfo.cs b/OpenSim/ApplicationPlugins/ScriptEngine/Properties/AssemblyInfo.cs
index 55dbddc..2e39372 100644
--- a/OpenSim/ApplicationPlugins/ScriptEngine/Properties/AssemblyInfo.cs
+++ b/OpenSim/ApplicationPlugins/ScriptEngine/Properties/AssemblyInfo.cs
@@ -7,9 +7,9 @@ using System.Runtime.InteropServices;
7[assembly: AssemblyTitle("OpenSim.ApplicationPlugins.ScriptEngine")] 7[assembly: AssemblyTitle("OpenSim.ApplicationPlugins.ScriptEngine")]
8[assembly: AssemblyDescription("")] 8[assembly: AssemblyDescription("")]
9[assembly: AssemblyConfiguration("")] 9[assembly: AssemblyConfiguration("")]
10[assembly: AssemblyCompany("Microsoft")] 10[assembly: AssemblyCompany("http://opensimulator.org")]
11[assembly: AssemblyProduct("OpenSim.ApplicationPlugins.ScriptEngine")] 11[assembly: AssemblyProduct("OpenSim.ApplicationPlugins.ScriptEngine")]
12[assembly: AssemblyCopyright("Copyright © Microsoft 2008")] 12[assembly: AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")]
13[assembly: AssemblyTrademark("")] 13[assembly: AssemblyTrademark("")]
14[assembly: AssemblyCulture("")] 14[assembly: AssemblyCulture("")]
15 15
@@ -30,6 +30,6 @@ using System.Runtime.InteropServices;
30// 30//
31// You can specify all the values or you can default the Build and Revision Numbers 31// You can specify all the values or you can default the Build and Revision Numbers
32// by using the '*' as shown below: 32// by using the '*' as shown below:
33// [assembly: AssemblyVersion("1.0.0.0")] 33// [assembly: AssemblyVersion("0.6.3.*")]
34[assembly: AssemblyVersion("1.0.0.0")] 34[assembly: AssemblyVersion("0.6.3.*")]
35[assembly: AssemblyFileVersion("1.0.0.0")] 35[assembly: AssemblyFileVersion("1.0.0.0")]