* 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.

This commit is contained in:
lbsa71
2009-02-20 16:47:31 +00:00
parent acf112ac40
commit 2e095f5727
38 changed files with 115 additions and 115 deletions

View File

@@ -37,9 +37,9 @@ using System.Runtime.InteropServices;
[assembly : AssemblyTitle("BasicPhysicsPlugin")]
[assembly : AssemblyDescription("")]
[assembly : AssemblyConfiguration("")]
[assembly : AssemblyCompany("")]
[assembly : AssemblyCompany("http://opensimulator.org")]
[assembly : AssemblyProduct("BasicPhysicsPlugin")]
[assembly : AssemblyCopyright("")]
[assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")]
[assembly : AssemblyTrademark("")]
[assembly : AssemblyCulture("")]
@@ -55,4 +55,4 @@ using System.Runtime.InteropServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly : AssemblyVersion("1.0.0.0")]
[assembly : AssemblyVersion("0.6.3.*")]