diff options
Diffstat (limited to '')
-rw-r--r-- | AssemblyInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index 2738c92..3fc9cb3 100644 --- a/AssemblyInfo.cs +++ b/AssemblyInfo.cs | |||
@@ -36,11 +36,11 @@ using System.Runtime.InteropServices; | |||
36 | // change them to the information which is associated with the assembly | 36 | // change them to the information which is associated with the assembly |
37 | // you compile. | 37 | // you compile. |
38 | 38 | ||
39 | [assembly: AssemblyTitle("Second-server")] | 39 | [assembly: AssemblyTitle("OpenSim")] |
40 | [assembly: AssemblyDescription("")] | 40 | [assembly: AssemblyDescription("")] |
41 | [assembly: AssemblyConfiguration("")] | 41 | [assembly: AssemblyConfiguration("")] |
42 | [assembly: AssemblyCompany("")] | 42 | [assembly: AssemblyCompany("")] |
43 | [assembly: AssemblyProduct("Second-server")] | 43 | [assembly: AssemblyProduct("OpenSim")] |
44 | [assembly: AssemblyCopyright("")] | 44 | [assembly: AssemblyCopyright("")] |
45 | [assembly: AssemblyTrademark("")] | 45 | [assembly: AssemblyTrademark("")] |
46 | [assembly: AssemblyCulture("")] | 46 | [assembly: AssemblyCulture("")] |
@@ -56,4 +56,4 @@ using System.Runtime.InteropServices; | |||
56 | // You can specify all values by your own or you can build default build and revision | 56 | // You can specify all values by your own or you can build default build and revision |
57 | // numbers with the '*' character (the default): | 57 | // numbers with the '*' character (the default): |
58 | 58 | ||
59 | [assembly: AssemblyVersion("1.0.*")] | 59 | [assembly: AssemblyVersion("0.1.*")] |