aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/ScriptEngine
diff options
context:
space:
mode:
authorlbsa712009-02-20 16:47:31 +0000
committerlbsa712009-02-20 16:47:31 +0000
commit2e095f5727b2bd22ccf06f940ec191bed4fc8820 (patch)
tree3be989ed4e8290284d8194054fad992cc5871737 /OpenSim/ApplicationPlugins/ScriptEngine
parent* Apply http://opensimulator.org/mantis/view.php?id=3195 (diff)
downloadopensim-SC_OLD-2e095f5727b2bd22ccf06f940ec191bed4fc8820.zip
opensim-SC_OLD-2e095f5727b2bd22ccf06f940ec191bed4fc8820.tar.gz
opensim-SC_OLD-2e095f5727b2bd22ccf06f940ec191bed4fc8820.tar.bz2
opensim-SC_OLD-2e095f5727b2bd22ccf06f940ec191bed4fc8820.tar.xz
* 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')
-rw-r--r--OpenSim/ApplicationPlugins/ScriptEngine/Properties/AssemblyInfo.cs8
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")]