diff options
* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6.3.* to better track down dll ref and overwrite problems.
Diffstat (limited to 'OpenSim/ApplicationPlugins/ScriptEngine/Properties/AssemblyInfo.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/ScriptEngine/Properties/AssemblyInfo.cs | 8 |
1 files changed, 4 insertions, 4 deletions
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")] |