diff options
author | lbsa71 | 2007-10-15 06:03:04 +0000 |
---|---|---|
committer | lbsa71 | 2007-10-15 06:03:04 +0000 |
commit | 77459edb700c9a72eea305cc99461d6f8f0a55dc (patch) | |
tree | b61b26d14f30f02569ffff10793bdb6c56a8e1e8 | |
parent | * normalized line endings (diff) | |
download | opensim-SC_OLD-77459edb700c9a72eea305cc99461d6f8f0a55dc.zip opensim-SC_OLD-77459edb700c9a72eea305cc99461d6f8f0a55dc.tar.gz opensim-SC_OLD-77459edb700c9a72eea305cc99461d6f8f0a55dc.tar.bz2 opensim-SC_OLD-77459edb700c9a72eea305cc99461d6f8f0a55dc.tar.xz |
* Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken!
-rw-r--r-- | OpenSim/Grid/UserServer/Main.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/Application/VersionInfo.cs | 2 | ||||
-rw-r--r-- | 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 c2822b6..b270171 100644 --- a/OpenSim/Grid/UserServer/Main.cs +++ b/OpenSim/Grid/UserServer/Main.cs | |||
@@ -103,7 +103,7 @@ namespace OpenSim.Grid.UserServer | |||
103 | httpServer.AddStreamHandler( new RestStreamHandler("DELETE", "/usersessions/", m_userManager.RestDeleteUserSessionMethod )); | 103 | httpServer.AddStreamHandler( new RestStreamHandler("DELETE", "/usersessions/", m_userManager.RestDeleteUserSessionMethod )); |
104 | 104 | ||
105 | httpServer.Start(); | 105 | httpServer.Start(); |
106 | m_console.Status("SERVER", "Userserver 0.3 - Startup complete"); | 106 | m_console.Status("SERVER", "Userserver 0.4 - Startup complete"); |
107 | } | 107 | } |
108 | 108 | ||
109 | 109 | ||
diff --git a/OpenSim/Region/Application/VersionInfo.cs b/OpenSim/Region/Application/VersionInfo.cs index 4b4ef41..f045164 100644 --- a/OpenSim/Region/Application/VersionInfo.cs +++ b/OpenSim/Region/Application/VersionInfo.cs | |||
@@ -31,6 +31,6 @@ namespace OpenSim | |||
31 | /// </summary> | 31 | /// </summary> |
32 | public class VersionInfo | 32 | public class VersionInfo |
33 | { | 33 | { |
34 | public static string Version = "0.3, SVN build "; | 34 | public static string Version = "0.4, SVN build "; |
35 | } | 35 | } |
36 | } | 36 | } |
diff --git a/prebuild.xml b/prebuild.xml index e5046e21..b7350e0 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> | 2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> |
3 | <Solution name="OpenSim" activeConfig="Debug" path="./" version="0.3.0-svn"> | 3 | <Solution name="OpenSim" activeConfig="Debug" path="./" version="0.4.0-svn"> |
4 | <Configuration name="Debug"> | 4 | <Configuration name="Debug"> |
5 | <Options> | 5 | <Options> |
6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> | 6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> |