aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorlbsa712009-02-20 16:47:31 +0000
committerlbsa712009-02-20 16:47:31 +0000
commit2e095f5727b2bd22ccf06f940ec191bed4fc8820 (patch)
tree3be989ed4e8290284d8194054fad992cc5871737 /OpenSim/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs
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/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs')
-rw-r--r--OpenSim/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs b/OpenSim/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs
index f14d194..254e516 100644
--- a/OpenSim/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs
+++ b/OpenSim/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs
@@ -35,7 +35,7 @@ using System.Runtime.InteropServices;
35[assembly: AssemblyTitle("OpenSim.GridLaunch")] 35[assembly: AssemblyTitle("OpenSim.GridLaunch")]
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.GridLaunch")] 39[assembly: AssemblyProduct("OpenSim.GridLaunch")]
40[assembly: AssemblyCopyright("Copyright (c) 2008")] 40[assembly: AssemblyCopyright("Copyright (c) 2008")]
41[assembly: AssemblyTrademark("")] 41[assembly: AssemblyTrademark("")]
@@ -58,6 +58,6 @@ using System.Runtime.InteropServices;
58// 58//
59// You can specify all the values or you can default the Build and Revision Numbers 59// You can specify all the values or you can default the Build and Revision Numbers
60// by using the '*' as shown below: 60// by using the '*' as shown below:
61// [assembly: AssemblyVersion("1.0.0.0")] 61// [assembly: AssemblyVersion("0.6.3.*")]
62[assembly: AssemblyVersion("1.0.0.0")] 62[assembly: AssemblyVersion("0.6.3.*")]
63[assembly: AssemblyFileVersion("1.0.0.0")] 63[assembly: AssemblyFileVersion("1.0.0.0")]