aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/AssemblyInfo.cs
diff options
context:
space:
mode:
authorlbsa712009-02-19 14:51:33 +0000
committerlbsa712009-02-19 14:51:33 +0000
commit5af465a364c74c715bbb99ee2a391b49a5fc4e11 (patch)
tree379618f95b628d9bcdbc1e911dc760efda69894c /OpenSim/Framework/Console/AssemblyInfo.cs
parent* Reverted the revert, as it seems the problem was the 1.0.* in the separate ... (diff)
downloadopensim-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/Framework/Console/AssemblyInfo.cs')
-rw-r--r--OpenSim/Framework/Console/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/AssemblyInfo.cs b/OpenSim/Framework/Console/AssemblyInfo.cs
index 4ecfbe9..c48bf33 100644
--- a/OpenSim/Framework/Console/AssemblyInfo.cs
+++ b/OpenSim/Framework/Console/AssemblyInfo.cs
@@ -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.*")] 58[assembly : AssemblyVersion("1.0.0.0")]