diff options
author | lbsa71 | 2009-02-19 14:16:22 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-19 14:16:22 +0000 |
commit | e36c452d4e891073768fd70915a65531f806f831 (patch) | |
tree | 40f7ec86c6813a7221f39f4e4483f81337b13158 /Prebuild/src/Properties | |
parent | * Ignored some bins (diff) | |
download | opensim-SC_OLD-e36c452d4e891073768fd70915a65531f806f831.zip opensim-SC_OLD-e36c452d4e891073768fd70915a65531f806f831.tar.gz opensim-SC_OLD-e36c452d4e891073768fd70915a65531f806f831.tar.bz2 opensim-SC_OLD-e36c452d4e891073768fd70915a65531f806f831.tar.xz |
* Reverted Prebuild commit due to strange run-time errors.
Diffstat (limited to 'Prebuild/src/Properties')
-rw-r--r-- | Prebuild/src/Properties/AssemblyInfo.cs | 11 |
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 | |||
41 | using System; | 50 | using System; |
42 | using System.Reflection; | 51 | using System.Reflection; |
43 | using System.Runtime.CompilerServices; | 52 | using 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: |