From 49622dfbc5619ea8ca09bd371934afb1bf723c18 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 7 Feb 2008 04:41:08 +0000 Subject: Update version numbers to 0.5 --- OpenSim/Region/Application/IApplicationPlugin.cs | 2 +- OpenSim/Region/Application/VersionInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Application/IApplicationPlugin.cs b/OpenSim/Region/Application/IApplicationPlugin.cs index 4f81354..be6e75b 100644 --- a/OpenSim/Region/Application/IApplicationPlugin.cs +++ b/OpenSim/Region/Application/IApplicationPlugin.cs @@ -28,7 +28,7 @@ using Mono.Addins; -[assembly : AddinRoot("OpenSim", "0.4")] +[assembly : AddinRoot("OpenSim", "0.5")] namespace OpenSim { diff --git a/OpenSim/Region/Application/VersionInfo.cs b/OpenSim/Region/Application/VersionInfo.cs index 0f798e4..b140bc8 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.4, SVN build "; + public static string Version = "0.5, SVN build "; } } \ No newline at end of file -- cgit v1.1