mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Update version numbers to 0.5
This commit is contained in:
@@ -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 ";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user