aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/Properties
diff options
context:
space:
mode:
authorlbsa712009-02-19 14:54:21 +0000
committerlbsa712009-02-19 14:54:21 +0000
commit549c615e0e7fbc4fa284de533db673e7e2fd665b (patch)
treeeb1b42f9ea8c581219a4f0743ea4e92d253037ee /Prebuild/src/Properties
parent* Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po... (diff)
downloadopensim-SC_OLD-549c615e0e7fbc4fa284de533db673e7e2fd665b.zip
opensim-SC_OLD-549c615e0e7fbc4fa284de533db673e7e2fd665b.tar.gz
opensim-SC_OLD-549c615e0e7fbc4fa284de533db673e7e2fd665b.tar.bz2
opensim-SC_OLD-549c615e0e7fbc4fa284de533db673e7e2fd665b.tar.xz
* reverted the revert of the revert. What can I say? I'm calling this a day, and will get back up on the horse tomorrow.
Diffstat (limited to 'Prebuild/src/Properties')
-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: