From 77459edb700c9a72eea305cc99461d6f8f0a55dc Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Mon, 15 Oct 2007 06:03:04 +0000 Subject: [PATCH] * Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken! --- OpenSim/Grid/UserServer/Main.cs | 2 +- OpenSim/Region/Application/VersionInfo.cs | 2 +- prebuild.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs index c2822b6d68..b27017100a 100644 --- a/OpenSim/Grid/UserServer/Main.cs +++ b/OpenSim/Grid/UserServer/Main.cs @@ -103,7 +103,7 @@ namespace OpenSim.Grid.UserServer httpServer.AddStreamHandler( new RestStreamHandler("DELETE", "/usersessions/", m_userManager.RestDeleteUserSessionMethod )); httpServer.Start(); - m_console.Status("SERVER", "Userserver 0.3 - Startup complete"); + m_console.Status("SERVER", "Userserver 0.4 - Startup complete"); } diff --git a/OpenSim/Region/Application/VersionInfo.cs b/OpenSim/Region/Application/VersionInfo.cs index 4b4ef41fef..f045164f8e 100644 --- a/OpenSim/Region/Application/VersionInfo.cs +++ b/OpenSim/Region/Application/VersionInfo.cs @@ -31,6 +31,6 @@ namespace OpenSim /// public class VersionInfo { - public static string Version = "0.3, SVN build "; + public static string Version = "0.4, SVN build "; } } diff --git a/prebuild.xml b/prebuild.xml index e5046e2115..b7350e0243 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -1,6 +1,6 @@ - + TRACE;DEBUG