diff options
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/Properties/AssemblyInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/Properties/AssemblyInfo.cs b/OpenSim/Region/Examples/SimpleModule/Properties/AssemblyInfo.cs index 37b8867..18433b0 100644 --- a/OpenSim/Region/Examples/SimpleModule/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/Examples/SimpleModule/Properties/AssemblyInfo.cs | |||
@@ -34,7 +34,7 @@ using System.Runtime.InteropServices; | |||
34 | [assembly: AssemblyTitle("OpenSim.Region.Examples.SimpleModule")] | 34 | [assembly: AssemblyTitle("OpenSim.Region.Examples.SimpleModule")] |
35 | [assembly: AssemblyDescription("")] | 35 | [assembly: AssemblyDescription("")] |
36 | [assembly: AssemblyConfiguration("")] | 36 | [assembly: AssemblyConfiguration("")] |
37 | [assembly: AssemblyCompany("")] | 37 | [assembly: AssemblyCompany("http://opensimulator.org")] |
38 | [assembly: AssemblyProduct("OpenSim.Region.Examples.SimpleModule")] | 38 | [assembly: AssemblyProduct("OpenSim.Region.Examples.SimpleModule")] |
39 | [assembly: AssemblyCopyright("Copyright (c) 2008")] | 39 | [assembly: AssemblyCopyright("Copyright (c) 2008")] |
40 | [assembly: AssemblyTrademark("")] | 40 | [assembly: AssemblyTrademark("")] |
@@ -57,6 +57,6 @@ using System.Runtime.InteropServices; | |||
57 | // | 57 | // |
58 | // You can specify all the values or you can default the Build and Revision Numbers | 58 | // You can specify all the values or you can default the Build and Revision Numbers |
59 | // by using the '*' as shown below: | 59 | // by using the '*' as shown below: |
60 | // [assembly: AssemblyVersion("1.0.0.0")] | 60 | // [assembly: AssemblyVersion("0.6.3.*")] |
61 | [assembly: AssemblyVersion("1.0.0.0")] | 61 | [assembly: AssemblyVersion("0.6.3.*")] |
62 | [assembly: AssemblyFileVersion("1.0.0.0")] | 62 | [assembly: AssemblyFileVersion("1.0.0.0")] |