aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/AssemblyInfo.cs
diff options
context:
space:
mode:
authorMW2007-02-02 17:23:56 +0000
committerMW2007-02-02 17:23:56 +0000
commite75e6f426bfc069e9185c8c72e8707399edfe299 (patch)
tree0700369d4d568eed609709abe0c4442637538218 /AssemblyInfo.cs
parentClean up (diff)
downloadopensim-SC_OLD-e75e6f426bfc069e9185c8c72e8707399edfe299.zip
opensim-SC_OLD-e75e6f426bfc069e9185c8c72e8707399edfe299.tar.gz
opensim-SC_OLD-e75e6f426bfc069e9185c8c72e8707399edfe299.tar.bz2
opensim-SC_OLD-e75e6f426bfc069e9185c8c72e8707399edfe299.tar.xz
Clean up. Added GridManager and teleport between regions/sims.
Diffstat (limited to 'AssemblyInfo.cs')
-rw-r--r--AssemblyInfo.cs6
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.*")]