aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Prebuild/src/Properties/AssemblyInfo.cs')
-rw-r--r--Prebuild/src/Properties/AssemblyInfo.cs11
1 files changed, 10 insertions, 1 deletions
diff --git a/Prebuild/src/Properties/AssemblyInfo.cs b/Prebuild/src/Properties/AssemblyInfo.cs
index 65c8736..e49aea5 100644
--- a/Prebuild/src/Properties/AssemblyInfo.cs
+++ b/Prebuild/src/Properties/AssemblyInfo.cs
@@ -38,6 +38,15 @@ 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
41using System; 50using System;
42using System.Reflection; 51using System.Reflection;
43using System.Runtime.CompilerServices; 52using System.Runtime.CompilerServices;
@@ -70,7 +79,7 @@ using System.Resources;
70[assembly: AssemblyTrademark("")] 79[assembly: AssemblyTrademark("")]
71[assembly: AssemblyCulture("")] 80[assembly: AssemblyCulture("")]
72[assembly: NeutralResourcesLanguageAttribute("en-US")] 81[assembly: NeutralResourcesLanguageAttribute("en-US")]
73[assembly: AssemblyVersion("2.0.4.*")] 82[assembly: AssemblyVersion("2.0.3.*")]
74 83
75// 84//
76// Version information for an assembly consists of the following four values: 85// Version information for an assembly consists of the following four values: