aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorlbsa712009-02-19 14:35:11 +0000
committerlbsa712009-02-19 14:35:11 +0000
commit40d88ce9057babd28074afe803086bf415527dca (patch)
tree3fb229561ebd2c8a49c1839e630275dd8b0c7a3b /Prebuild/src/Properties/AssemblyInfo.cs
parent* Reverted Prebuild commit due to strange run-time errors. (diff)
downloadopensim-SC_OLD-40d88ce9057babd28074afe803086bf415527dca.zip
opensim-SC_OLD-40d88ce9057babd28074afe803086bf415527dca.tar.gz
opensim-SC_OLD-40d88ce9057babd28074afe803086bf415527dca.tar.bz2
opensim-SC_OLD-40d88ce9057babd28074afe803086bf415527dca.tar.xz
* Reverted the revert, as it seems the problem was the 1.0.* in the separate projects.
Diffstat (limited to '')
-rw-r--r--Prebuild/src/Properties/AssemblyInfo.cs11
1 files changed, 1 insertions, 10 deletions
diff --git a/Prebuild/src/Properties/AssemblyInfo.cs b/Prebuild/src/Properties/AssemblyInfo.cs
index e49aea5..65c8736 100644
--- a/Prebuild/src/Properties/AssemblyInfo.cs
+++ b/Prebuild/src/Properties/AssemblyInfo.cs
@@ -38,15 +38,6 @@ POSSIBILITY OF SUCH DAMAGE.
38*/ 38*/
39#endregion 39#endregion
40 40
41#region CVS Information
42/*
43 * $Source$
44 * $Author: cjcollier $
45 * $Date: 2008-02-08 01:31:29 +0900 (Fri, 08 Feb 2008) $
46 * $Revision: 256 $
47 */
48#endregion
49
50using System; 41using System;
51using System.Reflection; 42using System.Reflection;
52using System.Runtime.CompilerServices; 43using System.Runtime.CompilerServices;
@@ -79,7 +70,7 @@ using System.Resources;
79[assembly: AssemblyTrademark("")] 70[assembly: AssemblyTrademark("")]
80[assembly: AssemblyCulture("")] 71[assembly: AssemblyCulture("")]
81[assembly: NeutralResourcesLanguageAttribute("en-US")] 72[assembly: NeutralResourcesLanguageAttribute("en-US")]
82[assembly: AssemblyVersion("2.0.3.*")] 73[assembly: AssemblyVersion("2.0.4.*")]
83 74
84// 75//
85// Version information for an assembly consists of the following four values: 76// Version information for an assembly consists of the following four values: