From 8ccf150f9f6562ac5d0e3ff13562dd4e732db532 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 11 Mar 2009 10:49:49 +0000 Subject: * Upped version number to 0.6.4 --- OpenSim/ScriptEngine/Engines/DotNetEngine/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/ScriptEngine/Engines') diff --git a/OpenSim/ScriptEngine/Engines/DotNetEngine/Properties/AssemblyInfo.cs b/OpenSim/ScriptEngine/Engines/DotNetEngine/Properties/AssemblyInfo.cs index 8bf3c15..d48bd75 100644 --- a/OpenSim/ScriptEngine/Engines/DotNetEngine/Properties/AssemblyInfo.cs +++ b/OpenSim/ScriptEngine/Engines/DotNetEngine/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.6.3.*")] -[assembly: AssemblyVersion("0.6.3.*")] +// [assembly: AssemblyVersion("0.6.4.*")] +[assembly: AssemblyVersion("0.6.4.*")] [assembly: AssemblyFileVersion("1.0.0.0")] -- cgit v1.1