From e75e6f426bfc069e9185c8c72e8707399edfe299 Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 2 Feb 2007 17:23:56 +0000 Subject: Clean up. Added GridManager and teleport between regions/sims. --- AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'AssemblyInfo.cs') 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; // change them to the information which is associated with the assembly // you compile. -[assembly: AssemblyTitle("Second-server")] +[assembly: AssemblyTitle("OpenSim")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Second-server")] +[assembly: AssemblyProduct("OpenSim")] [assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -56,4 +56,4 @@ using System.Runtime.InteropServices; // You can specify all values by your own or you can build default build and revision // numbers with the '*' character (the default): -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("0.1.*")] -- cgit v1.1