diff options
Diffstat (limited to 'OpenSim/ScriptEngine/Engines/DotNetEngine/Properties/AssemblyInfo.cs')
-rw-r--r-- | OpenSim/ScriptEngine/Engines/DotNetEngine/Properties/AssemblyInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/ScriptEngine/Engines/DotNetEngine/Properties/AssemblyInfo.cs b/OpenSim/ScriptEngine/Engines/DotNetEngine/Properties/AssemblyInfo.cs index 7793e46..8bf3c15 100644 --- a/OpenSim/ScriptEngine/Engines/DotNetEngine/Properties/AssemblyInfo.cs +++ b/OpenSim/ScriptEngine/Engines/DotNetEngine/Properties/AssemblyInfo.cs | |||
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices; | |||
8 | [assembly: AssemblyTitle("OpenSim.ScriptEngine.Engines.DotNetEngine")] | 8 | [assembly: AssemblyTitle("OpenSim.ScriptEngine.Engines.DotNetEngine")] |
9 | [assembly: AssemblyDescription("")] | 9 | [assembly: AssemblyDescription("")] |
10 | [assembly: AssemblyConfiguration("")] | 10 | [assembly: AssemblyConfiguration("")] |
11 | [assembly: AssemblyCompany("Microsoft")] | 11 | [assembly: AssemblyCompany("http://opensimulator.org")] |
12 | [assembly: AssemblyProduct("OpenSim.ScriptEngine.Engines.DotNetEngine")] | 12 | [assembly: AssemblyProduct("OpenSim.ScriptEngine.Engines.DotNetEngine")] |
13 | [assembly: AssemblyCopyright("Copyright © Microsoft 2008")] | 13 | [assembly: AssemblyCopyright("Copyright © Microsoft 2008")] |
14 | [assembly: AssemblyTrademark("")] | 14 | [assembly: AssemblyTrademark("")] |
@@ -31,6 +31,6 @@ using System.Runtime.InteropServices; | |||
31 | // | 31 | // |
32 | // You can specify all the values or you can default the Build and Revision Numbers | 32 | // You can specify all the values or you can default the Build and Revision Numbers |
33 | // by using the '*' as shown below: | 33 | // by using the '*' as shown below: |
34 | // [assembly: AssemblyVersion("1.0.0.0")] | 34 | // [assembly: AssemblyVersion("0.6.3.*")] |
35 | [assembly: AssemblyVersion("1.0.0.0")] | 35 | [assembly: AssemblyVersion("0.6.3.*")] |
36 | [assembly: AssemblyFileVersion("1.0.0.0")] | 36 | [assembly: AssemblyFileVersion("1.0.0.0")] |