diff options
author | lbsa71 | 2009-02-19 14:51:33 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-19 14:51:33 +0000 |
commit | 5af465a364c74c715bbb99ee2a391b49a5fc4e11 (patch) | |
tree | 379618f95b628d9bcdbc1e911dc760efda69894c /OpenSim/Tools | |
parent | * Reverted the revert, as it seems the problem was the 1.0.* in the separate ... (diff) | |
download | opensim-SC_OLD-5af465a364c74c715bbb99ee2a391b49a5fc4e11.zip opensim-SC_OLD-5af465a364c74c715bbb99ee2a391b49a5fc4e11.tar.gz opensim-SC_OLD-5af465a364c74c715bbb99ee2a391b49a5fc4e11.tar.bz2 opensim-SC_OLD-5af465a364c74c715bbb99ee2a391b49a5fc4e11.tar.xz |
* Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
Diffstat (limited to 'OpenSim/Tools')
-rw-r--r-- | OpenSim/Tools/OpenSim.32BitLaunch/Properties/AssemblyInfo.cs | 2 | ||||
-rw-r--r-- | OpenSim/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tools/OpenSim.32BitLaunch/Properties/AssemblyInfo.cs b/OpenSim/Tools/OpenSim.32BitLaunch/Properties/AssemblyInfo.cs index 74fedfa..6142a05 100644 --- a/OpenSim/Tools/OpenSim.32BitLaunch/Properties/AssemblyInfo.cs +++ b/OpenSim/Tools/OpenSim.32BitLaunch/Properties/AssemblyInfo.cs | |||
@@ -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.*")] | 61 | // [assembly: AssemblyVersion("1.0.0.0")] |
62 | [assembly: AssemblyVersion("1.0.0.0")] | 62 | [assembly: AssemblyVersion("1.0.0.0")] |
63 | [assembly: AssemblyFileVersion("1.0.0.0")] | 63 | [assembly: AssemblyFileVersion("1.0.0.0")] |
diff --git a/OpenSim/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs b/OpenSim/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs index 4c300d0..f14d194 100644 --- a/OpenSim/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs +++ b/OpenSim/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs | |||
@@ -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.*")] | 61 | // [assembly: AssemblyVersion("1.0.0.0")] |
62 | [assembly: AssemblyVersion("1.0.0.0")] | 62 | [assembly: AssemblyVersion("1.0.0.0")] |
63 | [assembly: AssemblyFileVersion("1.0.0.0")] | 63 | [assembly: AssemblyFileVersion("1.0.0.0")] |