Update version numbers to 0.5

ThreadPoolClientBranch
Jeff Ames 2008-02-07 04:41:08 +00:00
parent 75ef36e953
commit 49622dfbc5
11 changed files with 12 additions and 13 deletions

View File

@ -33,7 +33,7 @@ using OpenSim.Framework.RegionLoader.Filesystem;
using OpenSim.Framework.RegionLoader.Web; using OpenSim.Framework.RegionLoader.Web;
[assembly : Addin] [assembly : Addin]
[assembly : AddinDependency("OpenSim", "0.4")] [assembly : AddinDependency("OpenSim", "0.5")]
namespace OpenSim.ApplicationPlugins.LoadRegions namespace OpenSim.ApplicationPlugins.LoadRegions
{ {

View File

@ -39,7 +39,7 @@ using OpenSim.Framework.Servers;
using OpenSim.Region.Environment.Scenes; using OpenSim.Region.Environment.Scenes;
[assembly : Addin] [assembly : Addin]
[assembly : AddinDependency("OpenSim", "0.4")] [assembly : AddinDependency("OpenSim", "0.5")]
namespace OpenSim.ApplicationPlugins.LoadRegions namespace OpenSim.ApplicationPlugins.LoadRegions
{ {

View File

@ -62,5 +62,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly : AssemblyVersion("0.4.0.0")] [assembly : AssemblyVersion("1.0.0.0")]
[assembly : AssemblyFileVersion("1.0.0.0")] [assembly : AssemblyFileVersion("1.0.0.0")]

View File

@ -101,7 +101,7 @@ namespace OpenSim.Grid.MessagingServer
//new RestStreamHandler("DELETE", "/usersessions/", m_userManager.RestDeleteUserSessionMethod)); //new RestStreamHandler("DELETE", "/usersessions/", m_userManager.RestDeleteUserSessionMethod));
httpServer.Start(); httpServer.Start();
m_log.Info("[SERVER]: Messageserver 0.4 - Startup complete"); m_log.Info("[SERVER]: Messageserver 0.5 - Startup complete");
} }
public void do_create(string what) public void do_create(string what)

View File

@ -127,7 +127,7 @@ namespace OpenSim.Grid.UserServer
new RestStreamHandler("DELETE", "/usersessions/", m_userManager.RestDeleteUserSessionMethod)); new RestStreamHandler("DELETE", "/usersessions/", m_userManager.RestDeleteUserSessionMethod));
httpServer.Start(); httpServer.Start();
m_log.Info("[SERVER]: Userserver 0.4 - Startup complete"); m_log.Info("[SERVER]: Userserver 0.5 - Startup complete");
} }
public void do_create(string what) public void do_create(string what)

View File

@ -28,7 +28,7 @@
using Mono.Addins; using Mono.Addins;
[assembly : AddinRoot("OpenSim", "0.4")] [assembly : AddinRoot("OpenSim", "0.5")]
namespace OpenSim namespace OpenSim
{ {

View File

@ -31,6 +31,6 @@ namespace OpenSim
/// </summary> /// </summary>
public class VersionInfo public class VersionInfo
{ {
public static string Version = "0.4, SVN build "; public static string Version = "0.5, SVN build ";
} }
} }

View File

@ -1,7 +1,7 @@
!include "MUI.nsh" !include "MUI.nsh"
Name "OpenSim" Name "OpenSim"
OutFile "OpenSim Setup 0.4.exe" OutFile "OpenSim Setup 0.5.exe"
CRCCheck On CRCCheck On

2
README
View File

@ -1,6 +1,6 @@
Welcome to OpenSim! Welcome to OpenSim!
Version 0.4 Version 0.5
== LICENSE == == LICENSE ==

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
<Solution name="pCampBot" activeConfig="Debug" path="./" version="0.4.0-svn"> <Solution name="pCampBot" activeConfig="Debug" path="./" version="0.5.0-svn">
<Configuration name="Debug"> <Configuration name="Debug">
<Options> <Options>
<CompilerDefines>TRACE;DEBUG</CompilerDefines> <CompilerDefines>TRACE;DEBUG</CompilerDefines>
@ -53,7 +53,6 @@
<Reference name="OpenSim.Framework.Console.dll"/> <Reference name="OpenSim.Framework.Console.dll"/>
<Reference name="Nini.dll" /> <Reference name="Nini.dll" />
<Files> <Files>
<Match pattern="*.cs" recurse="true"/> <Match pattern="*.cs" recurse="true"/>
</Files> </Files>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
<Solution name="OpenSim" activeConfig="Debug" path="./" version="0.4.0-svn"> <Solution name="OpenSim" activeConfig="Debug" path="./" version="0.5.0-svn">
<Configuration name="Debug"> <Configuration name="Debug">
<Options> <Options>
<CompilerDefines>TRACE;DEBUG</CompilerDefines> <CompilerDefines>TRACE;DEBUG</CompilerDefines>