diff options
author | lbsa71 | 2009-02-19 14:35:11 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-19 14:35:11 +0000 |
commit | 40d88ce9057babd28074afe803086bf415527dca (patch) | |
tree | 3fb229561ebd2c8a49c1839e630275dd8b0c7a3b /Prebuild/src/Properties/AssemblyInfo.cs | |
parent | * Reverted Prebuild commit due to strange run-time errors. (diff) | |
download | opensim-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 'Prebuild/src/Properties/AssemblyInfo.cs')
-rw-r--r-- | Prebuild/src/Properties/AssemblyInfo.cs | 11 |
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 | |||
50 | using System; | 41 | using System; |
51 | using System.Reflection; | 42 | using System.Reflection; |
52 | using System.Runtime.CompilerServices; | 43 | using 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: |