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/Tools/LaunchSLClient | |
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/Tools/LaunchSLClient')
-rw-r--r-- | OpenSim/Tools/LaunchSLClient/LaunchSLClient/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Properties/AssemblyInfo.cs b/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Properties/AssemblyInfo.cs index 797580d..ae893e8 100644 --- a/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Properties/AssemblyInfo.cs +++ b/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Properties/AssemblyInfo.cs | |||
@@ -35,7 +35,7 @@ using System.Runtime.InteropServices; | |||
35 | [assembly: AssemblyTitle("LaunchSLClient")] | 35 | [assembly: AssemblyTitle("LaunchSLClient")] |
36 | [assembly: AssemblyDescription("")] | 36 | [assembly: AssemblyDescription("")] |
37 | [assembly: AssemblyConfiguration("")] | 37 | [assembly: AssemblyConfiguration("")] |
38 | [assembly: AssemblyCompany("")] | 38 | [assembly: AssemblyCompany("http://opensimulator.org")] |
39 | [assembly: AssemblyProduct("LaunchSLClient")] | 39 | [assembly: AssemblyProduct("LaunchSLClient")] |
40 | [assembly: AssemblyCopyright("Copyright (c) 2007")] | 40 | [assembly: AssemblyCopyright("Copyright (c) 2007")] |
41 | [assembly: AssemblyTrademark("")] | 41 | [assembly: AssemblyTrademark("")] |
@@ -56,5 +56,5 @@ using System.Runtime.InteropServices; | |||
56 | // Build Number | 56 | // Build Number |
57 | // Revision | 57 | // Revision |
58 | // | 58 | // |
59 | [assembly: AssemblyVersion("1.0.0.0")] | 59 | [assembly: AssemblyVersion("0.6.3.*")] |
60 | [assembly: AssemblyFileVersion("1.0.0.0")] | 60 | [assembly: AssemblyFileVersion("1.0.0.0")] |