diff options
author | lbsa71 | 2009-02-20 16:47:31 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-20 16:47:31 +0000 |
commit | 2e095f5727b2bd22ccf06f940ec191bed4fc8820 (patch) | |
tree | 3be989ed4e8290284d8194054fad992cc5871737 /OpenSim/Region/Physics/Manager/AssemblyInfo.cs | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=3195 (diff) | |
download | opensim-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/Region/Physics/Manager/AssemblyInfo.cs')
-rw-r--r-- | OpenSim/Region/Physics/Manager/AssemblyInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/Manager/AssemblyInfo.cs b/OpenSim/Region/Physics/Manager/AssemblyInfo.cs index 4afcc7e..dbc6f16 100644 --- a/OpenSim/Region/Physics/Manager/AssemblyInfo.cs +++ b/OpenSim/Region/Physics/Manager/AssemblyInfo.cs | |||
@@ -37,9 +37,9 @@ using System.Runtime.InteropServices; | |||
37 | [assembly : AssemblyTitle("PhysicsManager")] | 37 | [assembly : AssemblyTitle("PhysicsManager")] |
38 | [assembly : AssemblyDescription("")] | 38 | [assembly : AssemblyDescription("")] |
39 | [assembly : AssemblyConfiguration("")] | 39 | [assembly : AssemblyConfiguration("")] |
40 | [assembly : AssemblyCompany("")] | 40 | [assembly : AssemblyCompany("http://opensimulator.org")] |
41 | [assembly : AssemblyProduct("PhysicsManager")] | 41 | [assembly : AssemblyProduct("PhysicsManager")] |
42 | [assembly : AssemblyCopyright("")] | 42 | [assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")] |
43 | [assembly : AssemblyTrademark("")] | 43 | [assembly : AssemblyTrademark("")] |
44 | [assembly : AssemblyCulture("")] | 44 | [assembly : AssemblyCulture("")] |
45 | 45 | ||
@@ -55,4 +55,4 @@ using System.Runtime.InteropServices; | |||
55 | // You can specify all values by your own or you can build default build and revision | 55 | // You can specify all values by your own or you can build default build and revision |
56 | // numbers with the '*' character (the default): | 56 | // numbers with the '*' character (the default): |
57 | 57 | ||
58 | [assembly : AssemblyVersion("1.0.0.0")] | 58 | [assembly : AssemblyVersion("0.6.3.*")] |