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/OptionalModules/SvnSerialiser | |
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/OptionalModules/SvnSerialiser')
-rw-r--r-- | OpenSim/Region/OptionalModules/SvnSerialiser/Properties/AssemblyInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/OptionalModules/SvnSerialiser/Properties/AssemblyInfo.cs b/OpenSim/Region/OptionalModules/SvnSerialiser/Properties/AssemblyInfo.cs index b7f2fe0..b07dd77 100644 --- a/OpenSim/Region/OptionalModules/SvnSerialiser/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/OptionalModules/SvnSerialiser/Properties/AssemblyInfo.cs | |||
@@ -34,7 +34,7 @@ using System.Runtime.InteropServices; | |||
34 | [assembly: AssemblyTitle("SvnSerialiser")] | 34 | [assembly: AssemblyTitle("SvnSerialiser")] |
35 | [assembly: AssemblyDescription("")] | 35 | [assembly: AssemblyDescription("")] |
36 | [assembly: AssemblyConfiguration("")] | 36 | [assembly: AssemblyConfiguration("")] |
37 | [assembly: AssemblyCompany("")] | 37 | [assembly: AssemblyCompany("http://opensimulator.org")] |
38 | [assembly: AssemblyProduct("SvnSerialiser")] | 38 | [assembly: AssemblyProduct("SvnSerialiser")] |
39 | [assembly: AssemblyCopyright("Copyright (c) 2008")] | 39 | [assembly: AssemblyCopyright("Copyright (c) 2008")] |
40 | [assembly: AssemblyTrademark("")] | 40 | [assembly: AssemblyTrademark("")] |
@@ -57,6 +57,6 @@ using System.Runtime.InteropServices; | |||
57 | // | 57 | // |
58 | // You can specify all the values or you can default the Build and Revision Numbers | 58 | // You can specify all the values or you can default the Build and Revision Numbers |
59 | // by using the '*' as shown below: | 59 | // by using the '*' as shown below: |
60 | // [assembly: AssemblyVersion("1.0.0.0")] | 60 | // [assembly: AssemblyVersion("0.6.3.*")] |
61 | [assembly: AssemblyVersion("1.0.0.0")] | 61 | [assembly: AssemblyVersion("0.6.3.*")] |
62 | [assembly: AssemblyFileVersion("1.0.0.0")] | 62 | [assembly: AssemblyFileVersion("1.0.0.0")] |