mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Update version numbers to 0.5
This commit is contained in:
@@ -33,7 +33,7 @@ using OpenSim.Framework.RegionLoader.Filesystem;
|
||||
using OpenSim.Framework.RegionLoader.Web;
|
||||
|
||||
[assembly : Addin]
|
||||
[assembly : AddinDependency("OpenSim", "0.4")]
|
||||
[assembly : AddinDependency("OpenSim", "0.5")]
|
||||
|
||||
namespace OpenSim.ApplicationPlugins.LoadRegions
|
||||
{
|
||||
@@ -105,4 +105,4 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ using OpenSim.Framework.Servers;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
[assembly : Addin]
|
||||
[assembly : AddinDependency("OpenSim", "0.4")]
|
||||
[assembly : AddinDependency("OpenSim", "0.5")]
|
||||
|
||||
namespace OpenSim.ApplicationPlugins.LoadRegions
|
||||
{
|
||||
|
||||
@@ -62,5 +62,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
|
||||
[assembly : AssemblyVersion("0.4.0.0")]
|
||||
[assembly : AssemblyVersion("1.0.0.0")]
|
||||
[assembly : AssemblyFileVersion("1.0.0.0")]
|
||||
@@ -101,7 +101,7 @@ namespace OpenSim.Grid.MessagingServer
|
||||
//new RestStreamHandler("DELETE", "/usersessions/", m_userManager.RestDeleteUserSessionMethod));
|
||||
|
||||
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)
|
||||
|
||||
@@ -127,7 +127,7 @@ namespace OpenSim.Grid.UserServer
|
||||
new RestStreamHandler("DELETE", "/usersessions/", m_userManager.RestDeleteUserSessionMethod));
|
||||
|
||||
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)
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
using Mono.Addins;
|
||||
|
||||
[assembly : AddinRoot("OpenSim", "0.4")]
|
||||
[assembly : AddinRoot("OpenSim", "0.5")]
|
||||
|
||||
namespace OpenSim
|
||||
{
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace OpenSim
|
||||
/// </summary>
|
||||
public class VersionInfo
|
||||
{
|
||||
public static string Version = "0.4, SVN build ";
|
||||
public static string Version = "0.5, SVN build ";
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
!include "MUI.nsh"
|
||||
|
||||
Name "OpenSim"
|
||||
OutFile "OpenSim Setup 0.4.exe"
|
||||
OutFile "OpenSim Setup 0.5.exe"
|
||||
|
||||
CRCCheck On
|
||||
|
||||
|
||||
Reference in New Issue
Block a user