From e5e666bb410cb08c3be0af323aa37c88849cd2db Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 24 May 2008 18:21:28 +0000 Subject: [PATCH] * Bump reported svn trunk revision number up to 0.5.7 --- OpenSim/Region/Application/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Application/VersionInfo.cs b/OpenSim/Region/Application/VersionInfo.cs index 430c4131ec..5e291f1acd 100644 --- a/OpenSim/Region/Application/VersionInfo.cs +++ b/OpenSim/Region/Application/VersionInfo.cs @@ -32,6 +32,6 @@ namespace OpenSim /// public class VersionInfo { - public static string Version = "trunk (post 0.5.6)"; + public static string Version = "trunk (post 0.5.7)"; } }